Module Values.EvaluationModelConfigSummarySource

A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.

Sourcetype nonrec t = {
  1. bedrockModelIdentifiers : EvaluationBedrockModelIdentifiers.t option;
    (*

    The Amazon Resource Names (ARNs) of the models used for the evaluation job.

    *)
  2. precomputedInferenceSourceIdentifiers : EvaluationPrecomputedInferenceSourceIdentifiers.t option;
    (*

    A label that identifies the models used for a model evaluation job where you provide your own inference response data.

    *)
}
Sourceval make : ?bedrockModelIdentifiers:??? -> ?precomputedInferenceSourceIdentifiers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of EvaluationBedrockModelIdentifier.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t