/AWS1/CL_SGMLSTMDELPACKAGESOUT¶
ListModelPackagesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_modelpackagesummarylist TYPE /AWS1/CL_SGMMODELPACKAGESUMM=>TT_MODELPACKAGESUMMARYLIST TT_MODELPACKAGESUMMARYLIST¶
An array of
ModelPackageSummaryobjects, each of which lists a model package.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.
Queryable Attributes¶
ModelPackageSummaryList¶
An array of
ModelPackageSummaryobjects, each of which lists a model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGESUMMARYLIST() |
Getter for MODELPACKAGESUMMARYLIST, with configurable defaul |
ASK_MODELPACKAGESUMMARYLIST() |
Getter for MODELPACKAGESUMMARYLIST w/ exceptions if field ha |
HAS_MODELPACKAGESUMMARYLIST() |
Determine if MODELPACKAGESUMMARYLIST has a value |
NextToken¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, 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 |