View source: R/bedrock_operations.R
bedrock_list_evaluation_jobs | R Documentation |
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
)
creationTimeAfter |
A filter that includes model evaluation jobs created after the time specified. |
creationTimeBefore |
A filter that includes model evaluation jobs created prior to the time specified. |
statusEquals |
Only return jobs where the status condition is met. |
nameContains |
Query parameter string for model evaluation job names. |
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 |
Allows you to sort model evaluation jobs by when they were created. |
sortOrder |
How you want the order of jobs sorted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.