Values_1.ModelVariantConfigSourceContains information about the deployment options of a model.
type nonrec t = {modelName : Values_0.ModelName.t;The name of the Amazon SageMaker Model entity.
*)variantName : ModelVariantName.t;The name of the variant.
*)infrastructureConfig : ModelInfrastructureConfig.t;The configuration for the infrastructure that the model will be deployed to.
*)}val make :
modelName:Values_0.ModelName.t ->
variantName:ModelVariantName.t ->
infrastructureConfig:ModelInfrastructureConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ModelName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `Integer of TaskCount.t ]) list ])
list ])
list ]