Lists all existing 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,
applicationTypeEquals = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
A filter to only list evaluation jobs created after a specified time.
A filter to only list evaluation jobs created before a specified time.
A filter to only list evaluation jobs that are of a certain status.
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
A filter to only list evaluation jobs that contain a specified string in the job name.
The maximum number of results to return.
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
Specifies a creation time to sort the list of evaluation jobs by when they were created.
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.