/AWS1/CL_SGMINFERENCECOMPONE08¶
A summary of the properties of an inference component.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time when the inference component was created.
iv_inferencecomponentarn TYPE /AWS1/SGMINFERENCECOMPONENTARN /AWS1/SGMINFERENCECOMPONENTARN¶
The Amazon Resource Name (ARN) of the inference component.
iv_inferencecomponentname TYPE /AWS1/SGMINFERENCECOMPONENTN00 /AWS1/SGMINFERENCECOMPONENTN00¶
The name of the inference component.
iv_endpointarn TYPE /AWS1/SGMENDPOINTARN /AWS1/SGMENDPOINTARN¶
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
iv_endpointname TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME¶
The name of the endpoint that hosts the inference component.
iv_variantname TYPE /AWS1/SGMVARIANTNAME /AWS1/SGMVARIANTNAME¶
The name of the production variant that hosts the inference component.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time when the inference component was last updated.
Optional arguments:¶
iv_inferencecomponentstatus TYPE /AWS1/SGMINFERENCECOMPONENTS00 /AWS1/SGMINFERENCECOMPONENTS00¶
The status of the inference component.
Queryable Attributes¶
CreationTime¶
The time when the inference component 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 |
InferenceComponentArn¶
The Amazon Resource Name (ARN) of the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCECOMPONENTARN() |
Getter for INFERENCECOMPONENTARN, with configurable default |
ASK_INFERENCECOMPONENTARN() |
Getter for INFERENCECOMPONENTARN w/ exceptions if field has |
HAS_INFERENCECOMPONENTARN() |
Determine if INFERENCECOMPONENTARN has a value |
InferenceComponentName¶
The name of the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCECOMPONENTNAME() |
Getter for INFERENCECOMPONENTNAME, with configurable default |
ASK_INFERENCECOMPONENTNAME() |
Getter for INFERENCECOMPONENTNAME w/ exceptions if field has |
HAS_INFERENCECOMPONENTNAME() |
Determine if INFERENCECOMPONENTNAME has a value |
EndpointArn¶
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTARN() |
Getter for ENDPOINTARN, with configurable default |
ASK_ENDPOINTARN() |
Getter for ENDPOINTARN w/ exceptions if field has no value |
HAS_ENDPOINTARN() |
Determine if ENDPOINTARN has a value |
EndpointName¶
The name of the endpoint that hosts the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |
VariantName¶
The name of the production variant that hosts the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIANTNAME() |
Getter for VARIANTNAME, with configurable default |
ASK_VARIANTNAME() |
Getter for VARIANTNAME w/ exceptions if field has no value |
HAS_VARIANTNAME() |
Determine if VARIANTNAME has a value |
InferenceComponentStatus¶
The status of the inference component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCECOMPONENTSTATUS() |
Getter for INFERENCECOMPONENTSTATUS, with configurable defau |
ASK_INFERENCECOMPONENTSTATUS() |
Getter for INFERENCECOMPONENTSTATUS w/ exceptions if field h |
HAS_INFERENCECOMPONENTSTATUS() |
Determine if INFERENCECOMPONENTSTATUS has a value |
LastModifiedTime¶
The time when the inference component was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INFERENCECOMPONENTSUMMLIST¶
TYPES TT_INFERENCECOMPONENTSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINFERENCECOMPONE08 WITH DEFAULT KEY
.