Values_1.ModelVariantConfigSummarySourceSummary of the deployment configuration of a model.
type nonrec t = {modelName : Values_0.ModelName.t option;The name of the Amazon SageMaker Model entity.
*)variantName : ModelVariantName.t option;The name of the variant.
*)infrastructureConfig : ModelInfrastructureConfig.t option;The configuration of the infrastructure that the model has been deployed to.
*)status : ModelVariantStatus.t option;The status of deployment for the model variant on the hosted inference endpoint. Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint. InService - The model variant is running on the hosted inference endpoint. Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint. Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint. Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum 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 ]