OptionalclientThe dataset to evaluate on. Can be a dataset name, a list of examples, or a generator of examples.
OptionaldescriptionA free-form description of the experiment.
OptionalevaluationThe maximum number of concurrent evaluators to run.
If not provided, defaults to maxConcurrency when set.
OptionalevaluatorsA list of evaluators to run on each example.
OptionalexperimentA prefix to provide for your experiment name.
OptionalincludeWhether to use attachments for the experiment.
OptionalmaxThe maximum concurrency to use for predictions/evaluations when a more specific concurrency option is not provided.
OptionalmetadataMetadata to attach to the experiment.
OptionalnumThe number of repetitions to perform. Each example will be run this many times.
OptionalsummaryA list of summary evaluators to run on the entire dataset.
OptionaltargetThe maximum number of concurrent predictions to run.
If not provided, defaults to maxConcurrency when set.
The LangSmith client to use.