Skip to content

/AWS1/CL_BDK=>LISTMODELCOPYJOBS()

About ListModelCopyJobs

Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.

Method Signature

IMPORTING

Optional arguments:

IV_CREATIONTIMEAFTER TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

Filters for model copy jobs created after the specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

Filters for model copy jobs created before the specified time.

IV_STATUSEQUALS TYPE /AWS1/BDKMODELCOPYJOBSTATUS /AWS1/BDKMODELCOPYJOBSTATUS

Filters for model copy jobs whose status matches the value that you specify.

IV_SOURCEACCOUNTEQUALS TYPE /AWS1/BDKACCOUNTID /AWS1/BDKACCOUNTID

Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.

IV_SOURCEMODELARNEQUALS TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN

Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.

IV_TARGETMODELNAMECONTAINS TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME

Filters for model copy jobs in which the name of the copied model contains the string that you specify.

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 model copy 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_BDKLSTMODELCPYJOBSRSP /AWS1/CL_BDKLSTMODELCPYJOBSRSP