Execute an evaluation on a dataset using specified evaluators
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.
Parameter | Type | Required | Description |
---|---|---|---|
dataset_id | str | Yes | The unique identifier of the dataset to evaluate |
evaluator_ids | List[str] | Yes | List of evaluator IDs to use for evaluation |
evaluation_name | str | No | Optional name for the evaluation run |