Values.CustomMetricBedrockEvaluatorModelSourceDefines the model you want to evaluate custom metrics in an Amazon Bedrock evaluation job.
type nonrec t = {modelIdentifier : EvaluatorModelIdentifier.t;The Amazon Resource Name (ARN) of the evaluator model for custom metrics. For a list of supported evaluator models, see Evaluate model performance using another LLM as a judge and Evaluate the performance of RAG sources using Amazon Bedrock evaluations.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EvaluatorModelIdentifier.t ]) list ]