bedrock_list_evaluation_jobs: Lists model evaluation jobs

View source: R/bedrock_operations.R

bedrock_list_evaluation_jobsR Documentation

Lists model evaluation jobs

Description

Lists model 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,
  nameContains = NULL,
  maxResults = NULL,
  nextToken = NULL,
  sortBy = NULL,
  sortOrder = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.