Skip to content

/AWS1/CL_SGM=>LISTINFERENCECOMPONENTS()

About ListInferenceComponents

Lists the inference components in your account and their properties.

Method Signature

IMPORTING

Optional arguments:

IV_SORTBY TYPE /AWS1/SGMINFERENCECOMPONENTS01 /AWS1/SGMINFERENCECOMPONENTS01

The field by which to sort the inference components in the response. The default is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMORDERKEY /AWS1/SGMORDERKEY

The sort order for results. The default is Descending.

IV_NEXTTOKEN TYPE /AWS1/SGMPAGINATIONTOKEN /AWS1/SGMPAGINATIONTOKEN

A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of inference components to return in the response. This value defaults to 10.

IV_NAMECONTAINS TYPE /AWS1/SGMINFERENCECOMPONENTN01 /AWS1/SGMINFERENCECOMPONENTN01

Filters the results to only those inference components with a name that contains the specified string.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filters the results to only those inference components that were created before the specified time.

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filters the results to only those inference components that were created after the specified time.

IV_LASTMODIFIEDTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filters the results to only those inference components that were updated before the specified time.

IV_LASTMODIFIEDTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filters the results to only those inference components that were updated after the specified time.

IV_STATUSEQUALS TYPE /AWS1/SGMINFERENCECOMPONENTS00 /AWS1/SGMINFERENCECOMPONENTS00

Filters the results to only those inference components with the specified status.

IV_ENDPOINTNAMEEQUALS TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME

An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.

IV_VARIANTNAMEEQUALS TYPE /AWS1/SGMVARIANTNAME /AWS1/SGMVARIANTNAME

A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTINFERENCECOMP01 /AWS1/CL_SGMLSTINFERENCECOMP01