/AWS1/CL_SGMMODELARTIFACTS¶
Provides information about the location that is configured for storing model artifacts.
Model artifacts are outputs that result from training a model. They typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata. A SageMaker container stores your trained model artifacts in the /opt/ml/model directory. After training has completed, by default, these artifacts are uploaded to your Amazon S3 bucket as compressed files.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3modelartifacts TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI¶
The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz.
Queryable Attributes¶
S3ModelArtifacts¶
The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3MODELARTIFACTS() |
Getter for S3MODELARTIFACTS, with configurable default |
ASK_S3MODELARTIFACTS() |
Getter for S3MODELARTIFACTS w/ exceptions if field has no va |
HAS_S3MODELARTIFACTS() |
Determine if S3MODELARTIFACTS has a value |