/AWS1/CL_SGMLISTENDPTSOUTPUT¶
ListEndpointsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_endpoints TYPE /AWS1/CL_SGMENDPOINTSUMMARY=>TT_ENDPOINTSUMMARYLIST TT_ENDPOINTSUMMARYLIST¶
An array or endpoint objects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMPAGINATIONTOKEN /AWS1/SGMPAGINATIONTOKEN¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
Queryable Attributes¶
Endpoints¶
An array or endpoint objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTS() |
Getter for ENDPOINTS, with configurable default |
ASK_ENDPOINTS() |
Getter for ENDPOINTS w/ exceptions if field has no value |
HAS_ENDPOINTS() |
Determine if ENDPOINTS has a value |
NextToken¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |