/AWS1/CL_SGMMODEL¶
The properties of a model as returned by the Search API.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelname TYPE /AWS1/SGMMODELNAME /AWS1/SGMMODELNAME¶
The name of the model.
io_primarycontainer TYPE REF TO /AWS1/CL_SGMCONTAINERDEFN /AWS1/CL_SGMCONTAINERDEFN¶
PrimaryContainer
it_containers TYPE /AWS1/CL_SGMCONTAINERDEFN=>TT_CONTAINERDEFINITIONLIST TT_CONTAINERDEFINITIONLIST¶
The containers in the inference pipeline.
io_inferenceexecutionconfig TYPE REF TO /AWS1/CL_SGMINFERENCEEXECCFG /AWS1/CL_SGMINFERENCEEXECCFG¶
InferenceExecutionConfig
iv_executionrolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
io_vpcconfig TYPE REF TO /AWS1/CL_SGMVPCCONFIG /AWS1/CL_SGMVPCCONFIG¶
VpcConfig
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp that indicates when the model was created.
iv_modelarn TYPE /AWS1/SGMMODELARN /AWS1/SGMMODELARN¶
The Amazon Resource Name (ARN) of the model.
iv_enablenetworkisolation TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN¶
Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
it_tags TYPE /AWS1/CL_SGMTAG=>TT_TAGLIST TT_TAGLIST¶
A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
io_deploymentrecommendation TYPE REF TO /AWS1/CL_SGMDEPLOYMENTRECOMM00 /AWS1/CL_SGMDEPLOYMENTRECOMM00¶
A set of recommended deployment configurations for the model.
Queryable Attributes¶
ModelName¶
The name of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
PrimaryContainer¶
PrimaryContainer
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYCONTAINER() |
Getter for PRIMARYCONTAINER |
Containers¶
The containers in the inference pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERS() |
Getter for CONTAINERS, with configurable default |
ASK_CONTAINERS() |
Getter for CONTAINERS w/ exceptions if field has no value |
HAS_CONTAINERS() |
Determine if CONTAINERS has a value |
InferenceExecutionConfig¶
InferenceExecutionConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCEEXECUTIONCONFIG() |
Getter for INFERENCEEXECUTIONCONFIG |
ExecutionRoleArn¶
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN, with configurable default |
ASK_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN w/ exceptions if field has no va |
HAS_EXECUTIONROLEARN() |
Determine if EXECUTIONROLEARN has a value |
VpcConfig¶
VpcConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |
CreationTime¶
A timestamp that indicates when the model was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
ModelArn¶
The Amazon Resource Name (ARN) of the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELARN() |
Getter for MODELARN, with configurable default |
ASK_MODELARN() |
Getter for MODELARN w/ exceptions if field has no value |
HAS_MODELARN() |
Determine if MODELARN has a value |
EnableNetworkIsolation¶
Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLENETWORKISOLATION() |
Getter for ENABLENETWORKISOLATION, with configurable default |
ASK_ENABLENETWORKISOLATION() |
Getter for ENABLENETWORKISOLATION w/ exceptions if field has |
HAS_ENABLENETWORKISOLATION() |
Determine if ENABLENETWORKISOLATION has a value |
Tags¶
A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
DeploymentRecommendation¶
A set of recommended deployment configurations for the model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTRECOMMENDATION() |
Getter for DEPLOYMENTRECOMMENDATION |