/AWS1/CL_CRLLSTTRAINEDMDELVR01¶
ListTrainedModelVersionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_trainedmodels
TYPE /AWS1/CL_CRLTRAINEDMODELSUMM=>TT_TRAINEDMODELLIST
TT_TRAINEDMODELLIST
¶
A list of trained model versions that match the specified criteria. Each entry contains summary information about a trained model version, including its version identifier, status, and creation details.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CRLNEXTTOKEN
/AWS1/CRLNEXTTOKEN
¶
The pagination token to use in a subsequent
ListTrainedModelVersions
request to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
nextToken¶
The pagination token to use in a subsequent
ListTrainedModelVersions
request to retrieve the next page of results. This value is null when there are no more results to return.
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 |
trainedModels¶
A list of trained model versions that match the specified criteria. Each entry contains summary information about a trained model version, including its version identifier, status, and creation details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAINEDMODELS() |
Getter for TRAINEDMODELS, with configurable default |
ASK_TRAINEDMODELS() |
Getter for TRAINEDMODELS w/ exceptions if field has no value |
HAS_TRAINEDMODELS() |
Determine if TRAINEDMODELS has a value |