Module Values.EvaluationPrecomputedInferenceSourceSource

A summary of a model used for a model evaluation job where you provide your own inference response data.

Sourcetype nonrec t = {
  1. inferenceSourceIdentifier : EvaluationPrecomputedInferenceSourceIdentifier.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : inferenceSourceIdentifier:EvaluationPrecomputedInferenceSourceIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EvaluationPrecomputedInferenceSourceIdentifier.t ]) 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