/AWS1/CL_LOELISTMODELVRSSRSP¶
ListModelVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/LOENEXTTOKEN /AWS1/LOENEXTTOKEN¶
If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the
NextTokenfield in the request to list the next page of results.
it_modelversionsummaries TYPE /AWS1/CL_LOEMODELVRSSUMMARY=>TT_MODELVERSIONSUMMARIES TT_MODELVERSIONSUMMARIES¶
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the
ModelNamerequest parameter, or if you supply the name of a model that doesn't exist,ListModelVersionsreturns an empty array inModelVersionSummaries.
Queryable Attributes¶
NextToken¶
If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the
NextTokenfield in the request to list the next page of results.
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 |
ModelVersionSummaries¶
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the
ModelNamerequest parameter, or if you supply the name of a model that doesn't exist,ListModelVersionsreturns an empty array inModelVersionSummaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELVERSIONSUMMARIES() |
Getter for MODELVERSIONSUMMARIES, with configurable default |
ASK_MODELVERSIONSUMMARIES() |
Getter for MODELVERSIONSUMMARIES w/ exceptions if field has |
HAS_MODELVERSIONSUMMARIES() |
Determine if MODELVERSIONSUMMARIES has a value |