Skip to content

/AWS1/CL_SGMOPTIMIZATIONJOBO00

Details for where to store the optimized model that you create with the optimization job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3outputlocation TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI

The Amazon S3 URI for where to store the optimized model that you create with an optimization job.

Optional arguments:

iv_kmskeyid TYPE /AWS1/SGMKMSKEYID /AWS1/SGMKMSKEYID

The Amazon Resource Name (ARN) of a key in Amazon Web Services KMS. SageMaker uses they key to encrypt the artifacts of the optimized model when SageMaker uploads the model to Amazon S3.

io_sagemakermodel TYPE REF TO /AWS1/CL_SGMOPTMZTNSMMODEL /AWS1/CL_SGMOPTMZTNSMMODEL

The name of a SageMaker model to use as the output destination for an optimization job.


Queryable Attributes

KmsKeyId

The Amazon Resource Name (ARN) of a key in Amazon Web Services KMS. SageMaker uses they key to encrypt the artifacts of the optimized model when SageMaker uploads the model to Amazon S3.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

S3OutputLocation

The Amazon S3 URI for where to store the optimized model that you create with an optimization job.

Accessible with the following methods

Method Description
GET_S3OUTPUTLOCATION() Getter for S3OUTPUTLOCATION, with configurable default
ASK_S3OUTPUTLOCATION() Getter for S3OUTPUTLOCATION w/ exceptions if field has no va
HAS_S3OUTPUTLOCATION() Determine if S3OUTPUTLOCATION has a value

SageMakerModel

The name of a SageMaker model to use as the output destination for an optimization job.

Accessible with the following methods

Method Description
GET_SAGEMAKERMODEL() Getter for SAGEMAKERMODEL