Skip to content

/AWS1/CL_BDK=>LISTMODELIMPORTJOBS()

About ListModelImportJobs

Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see Import a customized model in the Amazon Bedrock User Guide.

Method Signature

IMPORTING

Optional arguments:

IV_CREATIONTIMEAFTER TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

Return import jobs that were created after the specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

Return import jobs that were created before the specified time.

IV_STATUSEQUALS TYPE /AWS1/BDKMODELIMPORTJOBSTATUS /AWS1/BDKMODELIMPORTJOBSTATUS

Return imported jobs with the specified status.

IV_NAMECONTAINS TYPE /AWS1/BDKJOBNAME /AWS1/BDKJOBNAME

Return imported jobs only if the job name contains these characters.

IV_MAXRESULTS TYPE /AWS1/BDKMAXRESULTS /AWS1/BDKMAXRESULTS

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

IV_NEXTTOKEN TYPE /AWS1/BDKPAGINATIONTOKEN /AWS1/BDKPAGINATIONTOKEN

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

IV_SORTBY TYPE /AWS1/BDKSORTJOBSBY /AWS1/BDKSORTJOBSBY

The field to sort by in the returned list of imported jobs.

IV_SORTORDER TYPE /AWS1/BDKSORTORDER /AWS1/BDKSORTORDER

Specifies whether to sort the results in ascending or descending order.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BDKLSTMODELIMPJOBSRSP /AWS1/CL_BDKLSTMODELIMPJOBSRSP