Values_1.InferenceRecommendationSourceA list of recommendations made by Amazon SageMaker Inference Recommender.
type nonrec t = {recommendationId : Values_0.String_.t option;The recommendation ID which uniquely identifies each recommendation.
*)metrics : RecommendationMetrics.t option;The metrics used to decide what recommendation to make.
*)endpointConfiguration : EndpointOutputConfiguration.t option;Defines the endpoint configuration parameters.
*)modelConfiguration : ModelConfiguration.t option;Defines the model configuration.
*)invocationEndTime : InvocationEndTime.t option;A timestamp that shows when the benchmark completed.
*)invocationStartTime : InvocationStartTime.t option;A timestamp that shows when the benchmark started.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.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 InvocationEndTime.t ])
list ]