Skip to content

/AWS1/CL_SGMINFERENCECOMPONE06

Details about the resources that are deployed with this inference component.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_deployedimage TYPE REF TO /AWS1/CL_SGMDEPLOYEDIMAGE /AWS1/CL_SGMDEPLOYEDIMAGE

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

iv_artifacturl TYPE /AWS1/SGMURL /AWS1/SGMURL

The Amazon S3 path where the model artifacts are stored.

it_environment TYPE /AWS1/CL_SGMENVIRONMENTMAP_W=>TT_ENVIRONMENTMAP TT_ENVIRONMENTMAP

The environment variables to set in the Docker container.


Queryable Attributes

DeployedImage

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

Accessible with the following methods

Method Description
GET_DEPLOYEDIMAGE() Getter for DEPLOYEDIMAGE

ArtifactUrl

The Amazon S3 path where the model artifacts are stored.

Accessible with the following methods

Method Description
GET_ARTIFACTURL() Getter for ARTIFACTURL, with configurable default
ASK_ARTIFACTURL() Getter for ARTIFACTURL w/ exceptions if field has no value
HAS_ARTIFACTURL() Determine if ARTIFACTURL has a value

Environment

The environment variables to set in the Docker container.

Accessible with the following methods

Method Description
GET_ENVIRONMENT() Getter for ENVIRONMENT, with configurable default
ASK_ENVIRONMENT() Getter for ENVIRONMENT w/ exceptions if field has no value
HAS_ENVIRONMENT() Determine if ENVIRONMENT has a value