/AWS1/CL_SGMINFERENCESPEC¶
Defines how to perform inference generation after a training job is run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_containers TYPE /AWS1/CL_SGMMDELPACKAGECONTA00=>TT_MDELPACKAGECONTAINERDEFNLST TT_MDELPACKAGECONTAINERDEFNLST¶
The Amazon ECR registry path of the Docker image that contains the inference code.
Optional arguments:¶
it_suppedtransforminsttypes TYPE /AWS1/CL_SGMTRANSFORMINSTTYP00=>TT_TRANSFORMINSTANCETYPES TT_TRANSFORMINSTANCETYPES¶
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
This parameter is required for unversioned models, and optional for versioned models.
it_suppedrealtimeinference00 TYPE /AWS1/CL_SGMREALTIMEINFERENC00=>TT_REALTIMEINFERENCEINSTTYPES TT_REALTIMEINFERENCEINSTTYPES¶
A list of the instance types that are used to generate inferences in real-time.
This parameter is required for unversioned models, and optional for versioned models.
it_supportedcontenttypes TYPE /AWS1/CL_SGMCONTENTTYPES_W=>TT_CONTENTTYPES TT_CONTENTTYPES¶
The supported MIME types for the input data.
it_supportedrspmimetypes TYPE /AWS1/CL_SGMRSPMIMETYPES_W=>TT_RESPONSEMIMETYPES TT_RESPONSEMIMETYPES¶
The supported MIME types for the output data.
Queryable Attributes¶
Containers¶
The Amazon ECR registry path of the Docker image that contains the inference code.
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 |
SupportedTransformInstanceTypes¶
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
This parameter is required for unversioned models, and optional for versioned models.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPEDTRANSFORMINSTTYPES() |
Getter for SUPPORTEDTRANSFORMINSTTYPES, with configurable de |
ASK_SUPPEDTRANSFORMINSTTYPES() |
Getter for SUPPORTEDTRANSFORMINSTTYPES w/ exceptions if fiel |
HAS_SUPPEDTRANSFORMINSTTYPES() |
Determine if SUPPORTEDTRANSFORMINSTTYPES has a value |
SupportedRealtimeInferenceInstanceTypes¶
A list of the instance types that are used to generate inferences in real-time.
This parameter is required for unversioned models, and optional for versioned models.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPEDREALTIMEINFERENC00() |
Getter for SUPPEDREALTIMEINFERENCEINS00, with configurable d |
ASK_SUPPEDREALTIMEINFERENC00() |
Getter for SUPPEDREALTIMEINFERENCEINS00 w/ exceptions if fie |
HAS_SUPPEDREALTIMEINFERENC00() |
Determine if SUPPEDREALTIMEINFERENCEINS00 has a value |
SupportedContentTypes¶
The supported MIME types for the input data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDCONTENTTYPES() |
Getter for SUPPORTEDCONTENTTYPES, with configurable default |
ASK_SUPPORTEDCONTENTTYPES() |
Getter for SUPPORTEDCONTENTTYPES w/ exceptions if field has |
HAS_SUPPORTEDCONTENTTYPES() |
Determine if SUPPORTEDCONTENTTYPES has a value |
SupportedResponseMIMETypes¶
The supported MIME types for the output data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDRSPMIMETYPES() |
Getter for SUPPORTEDRESPONSEMIMETYPES, with configurable def |
ASK_SUPPORTEDRSPMIMETYPES() |
Getter for SUPPORTEDRESPONSEMIMETYPES w/ exceptions if field |
HAS_SUPPORTEDRSPMIMETYPES() |
Determine if SUPPORTEDRESPONSEMIMETYPES has a value |