Lists model evaluation jobs.
See https://www.paws-r-sdk.com/docs/bedrock_list_evaluation_jobs/ for full documentation.
bedrock_list_evaluation_jobs(
creationTimeAfter = NULL,
creationTimeBefore = NULL,
statusEquals = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
A filter that includes model evaluation jobs created after the time specified.
A filter that includes model evaluation jobs created prior to the time specified.
Only return jobs where the status condition is met.
Query parameter string for model evaluation job names.
The maximum number of results to return.
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
Allows you to sort model evaluation jobs by when they were created.
How you want the order of jobs sorted.