Values_2.RecommendationJobInferenceBenchmarkSourceThe details for a specific benchmark from an Inference Recommender job.
type nonrec t = {metrics : Values_1.RecommendationMetrics.t option;endpointMetrics : Values_1.InferenceMetrics.t option;endpointConfiguration : Values_1.EndpointOutputConfiguration.t option;modelConfiguration : Values_1.ModelConfiguration.t option;failureReason : RecommendationFailureReason.t option;The reason why a benchmark failed.
*)invocationEndTime : Values_1.InvocationEndTime.t option;A timestamp that shows when the benchmark completed.
*)invocationStartTime : Values_1.InvocationStartTime.t option;A timestamp that shows when the benchmark started.
*)}val 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 ]