Values.EvaluationModelConfigSourceDefines the models used in the model evaluation job.
type nonrec t = {bedrockModel : EvaluationBedrockModel.t option;Defines the Amazon Bedrock model or inference profile and inference parameters you want used.
*)precomputedInferenceSource : EvaluationPrecomputedInferenceSource.t option;Defines the model used to generate inference response data for a model evaluation job where you provide your own inference response data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of EvaluationBedrockModelIdentifier.t
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]