Skip to content

/AWS1/CL_QQCLISTMODELSRESPONSE

ListModelsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_modelsummaries TYPE /AWS1/CL_QQCMODELSUMMARY=>TT_MODELSUMMARYLIST TT_MODELSUMMARYLIST

The summaries of the models available to the assistant.

Optional arguments:

iv_nexttoken TYPE /AWS1/QQCNEXTTOKEN /AWS1/QQCNEXTTOKEN

If there are additional results, this is the token for the next set of results.


Queryable Attributes

modelSummaries

The summaries of the models available to the assistant.

Accessible with the following methods

Method Description
GET_MODELSUMMARIES() Getter for MODELSUMMARIES, with configurable default
ASK_MODELSUMMARIES() Getter for MODELSUMMARIES w/ exceptions if field has no valu
HAS_MODELSUMMARIES() Determine if MODELSUMMARIES has a value

nextToken

If there are additional results, this is the token for the next set 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