/AWS1/CL_TNBLSTLANGUAGEMDELS01¶
ListLanguageModelsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TNBNEXTTOKEN /AWS1/TNBNEXTTOKEN¶
If
NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.
it_models TYPE /AWS1/CL_TNBLANGUAGEMODEL=>TT_MODELS TT_MODELS¶
Provides information about the custom language models that match the criteria specified in your request.
Queryable Attributes¶
NextToken¶
If
NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your 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 |
Models¶
Provides information about the custom language models that match the criteria specified in your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELS() |
Getter for MODELS, with configurable default |
ASK_MODELS() |
Getter for MODELS w/ exceptions if field has no value |
HAS_MODELS() |
Determine if MODELS has a value |