Lists all existing evaluation jobs.
See https://www.paws-r-sdk.com/docs/bedrock_list_evaluation_jobs/ for full documentation.
Usage
bedrock_list_evaluation_jobs(
creationTimeAfter = NULL,
creationTimeBefore = NULL,
statusEquals = NULL,
applicationTypeEquals = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)Arguments
- creationTimeAfter
A filter to only list evaluation jobs created after a specified time.
- creationTimeBefore
A filter to only list evaluation jobs created before a specified time.
- statusEquals
A filter to only list evaluation jobs that are of a certain status.
- applicationTypeEquals
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
- nameContains
A filter to only list evaluation jobs that contain a specified string in the job name.
- maxResults
The maximum number of results to return.
- nextToken
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
- sortBy
Specifies a creation time to sort the list of evaluation jobs by when they were created.
- sortOrder
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.