/AWS1/CL_SGMPIPELINEDEFNS3LOC¶
The location of the pipeline definition stored in Amazon S3.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/SGMBUCKETNAME /AWS1/SGMBUCKETNAME¶
Name of the S3 bucket.
iv_objectkey TYPE /AWS1/SGMKEY /AWS1/SGMKEY¶
The object key (or key name) uniquely identifies the object in an S3 bucket.
Optional arguments:¶
iv_versionid TYPE /AWS1/SGMVERSIONID /AWS1/SGMVERSIONID¶
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
Queryable Attributes¶
Bucket¶
Name of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
ObjectKey¶
The object key (or key name) uniquely identifies the object in an S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTKEY() |
Getter for OBJECTKEY, with configurable default |
ASK_OBJECTKEY() |
Getter for OBJECTKEY w/ exceptions if field has no value |
HAS_OBJECTKEY() |
Determine if OBJECTKEY has a value |
VersionId¶
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |