Values.EvaluationDatasetSourceUsed to specify the name of a built-in prompt dataset and optionally, the Amazon S3 bucket where a custom prompt dataset is saved.
type nonrec t = {name : EvaluationDatasetName.t;Used to specify supported built-in prompt datasets. Valid values are Builtin.Bold, Builtin.BoolQ, Builtin.NaturalQuestions, Builtin.Gigaword, Builtin.RealToxicityPrompts, Builtin.TriviaQA, Builtin.T-Rex, Builtin.WomensEcommerceClothingReviews and Builtin.Wikitext2.
*)datasetLocation : EvaluationDatasetLocation.t option;For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EvaluationDatasetName.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]