interface EvaluateOptionsBaseEvaluateOptionsThe LangSmith client to use.
The dataset to evaluate on. Can be a dataset name, a list of examples, or a generator of examples.
The maximum number of concurrent evaluators to run.
If not provided, defaults to maxConcurrency when set.
A list of evaluators to run on each example.
A prefix to provide for your experiment name.
Whether to use attachments for the experiment.
The maximum concurrency to use for predictions/evaluations when a more specific concurrency option is not provided.
Additional metadata associated with the example.
The number of repetitions to perform. Each example will be run this many times.
A list of summary evaluators to run on the entire dataset.
The maximum number of concurrent predictions to run.
If not provided, defaults to maxConcurrency when set.