/AWS1/CL_SGMPRESIGURLACCESSCFG¶
Configuration for accessing hub content through presigned URLs, including license agreement acceptance and URL validation settings.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_accepteula
TYPE /AWS1/SGMBOOLEAN
/AWS1/SGMBOOLEAN
¶
Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
iv_expecteds3url
TYPE /AWS1/SGMS3MODELURI
/AWS1/SGMS3MODELURI
¶
The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
Queryable Attributes¶
AcceptEula¶
Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCEPTEULA() |
Getter for ACCEPTEULA, with configurable default |
ASK_ACCEPTEULA() |
Getter for ACCEPTEULA w/ exceptions if field has no value |
HAS_ACCEPTEULA() |
Determine if ACCEPTEULA has a value |
ExpectedS3Url¶
The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPECTEDS3URL() |
Getter for EXPECTEDS3URL, with configurable default |
ASK_EXPECTEDS3URL() |
Getter for EXPECTEDS3URL w/ exceptions if field has no value |
HAS_EXPECTEDS3URL() |
Determine if EXPECTEDS3URL has a value |