/AWS1/CL_SGMMDELDASHBOARDENDPT¶
An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endpointname TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME¶
The endpoint name.
iv_endpointarn TYPE /AWS1/SGMENDPOINTARN /AWS1/SGMENDPOINTARN¶
The Amazon Resource Name (ARN) of the endpoint.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp that indicates when the endpoint was created.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The last time the endpoint was modified.
iv_endpointstatus TYPE /AWS1/SGMENDPOINTSTATUS /AWS1/SGMENDPOINTSTATUS¶
The endpoint status.
Queryable Attributes¶
EndpointName¶
The endpoint name.
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 |
EndpointArn¶
The Amazon Resource Name (ARN) of the endpoint.
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 |
CreationTime¶
A timestamp that indicates when the endpoint 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 |
LastModifiedTime¶
The last time the endpoint was modified.
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 |
EndpointStatus¶
The endpoint status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTSTATUS() |
Getter for ENDPOINTSTATUS, with configurable default |
ASK_ENDPOINTSTATUS() |
Getter for ENDPOINTSTATUS w/ exceptions if field has no valu |
HAS_ENDPOINTSTATUS() |
Determine if ENDPOINTSTATUS 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_MODELDASHBOARDENDPOINTS¶
TYPES TT_MODELDASHBOARDENDPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMDELDASHBOARDENDPT WITH DEFAULT KEY
.