View source: R/bedrock_operations.R
bedrock_list_model_copy_jobs | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/bedrock_list_model_copy_jobs/ for full documentation.
bedrock_list_model_copy_jobs(
creationTimeAfter = NULL,
creationTimeBefore = NULL,
statusEquals = NULL,
sourceAccountEquals = NULL,
sourceModelArnEquals = NULL,
targetModelNameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
creationTimeAfter |
Filters for model copy jobs created after the specified time. |
creationTimeBefore |
Filters for model copy jobs created before the specified time. |
statusEquals |
Filters for model copy jobs whose status matches the value that you specify. |
sourceAccountEquals |
Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify. |
sourceModelArnEquals |
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. |
targetModelNameContains |
Filters for model copy jobs in which the name of the copied model contains the string that you specify. |
maxResults |
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 |
If the total number of results is greater than the |
sortBy |
The field to sort by in the returned list of model copy jobs. |
sortOrder |
Specifies whether to sort the results in ascending or descending order. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.