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.
See https://www.paws-r-sdk.com/docs/bedrock_list_model_import_jobs/ for full documentation.
bedrock_list_model_import_jobs(
creationTimeAfter = NULL,
creationTimeBefore = NULL,
statusEquals = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
Return import jobs that were created after the specified time.
Return import jobs that were created before the specified time.
Return imported jobs with the specified status.
Return imported jobs only if the job name contains these characters.
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.
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.
The field to sort by in the returned list of imported jobs.
Specifies whether to sort the results in ascending or descending order.