Skip to main content

Overview

The run_dataset_evaluation method allows you to run evaluations on a dataset using one or more evaluators. This is essential for measuring model performance and data quality.

Method Signature

Synchronous

Asynchronous

Parameters

Returns

Returns a dictionary containing the evaluation job information and status.

Examples

Basic Usage

With Custom Name

Asynchronous Usage

Multiple Evaluators

Error Handling

Common Use Cases

  • Quality assurance for training datasets
  • Model performance benchmarking
  • Automated dataset validation
  • A/B testing of different model versions
  • Compliance and safety checks