Module Values_2.RecommendationJobInferenceBenchmarkSource

The details for a specific benchmark from an Inference Recommender job.

Sourcetype nonrec t = {
  1. metrics : Values_1.RecommendationMetrics.t option;
  2. endpointMetrics : Values_1.InferenceMetrics.t option;
  3. endpointConfiguration : Values_1.EndpointOutputConfiguration.t option;
  4. modelConfiguration : Values_1.ModelConfiguration.t option;
  5. failureReason : RecommendationFailureReason.t option;
    (*

    The reason why a benchmark failed.

    *)
  6. invocationEndTime : Values_1.InvocationEndTime.t option;
    (*

    A timestamp that shows when the benchmark completed.

    *)
  7. invocationStartTime : Values_1.InvocationStartTime.t option;
    (*

    A timestamp that shows when the benchmark started.

    *)
}
Sourceval make : ?metrics:??? -> ?endpointMetrics:??? -> ?endpointConfiguration:??? -> ?modelConfiguration:??? -> ?failureReason:??? -> ?invocationEndTime:??? -> ?invocationStartTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecommendationFailureReason.t | `Structure of (string * [> `Enum of string | `Float of Values_0.Float_.t | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Integer of int ]) list ]) list | `Timestamp of Values_1.InvocationEndTime.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