Values_1.EndpointOutputConfigurationSourceThe endpoint configuration made by Inference Recommender during a recommendation job.
type nonrec t = {endpointName : Values_0.String_.t option;The name of the endpoint made during a recommendation job.
*)variantName : Values_0.String_.t option;The name of the production variant (deployed model) made during a recommendation job.
*)instanceType : Values_0.ProductionVariantInstanceType.t option;The instance type recommended by Amazon SageMaker Inference Recommender.
*)initialInstanceCount : InitialInstanceCount.t option;The number of instances recommended to launch initially.
*)serverlessConfig : Values_0.ProductionVariantServerlessConfig.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InitialInstanceCount.t
| `String of Values_0.String_.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]