Module Values_1.ModelVariantConfigSource

Contains information about the deployment options of a model.

Sourcetype nonrec t = {
  1. modelName : Values_0.ModelName.t;
    (*

    The name of the Amazon SageMaker Model entity.

    *)
  2. variantName : ModelVariantName.t;
    (*

    The name of the variant.

    *)
  3. infrastructureConfig : ModelInfrastructureConfig.t;
    (*

    The configuration for the infrastructure that the model will be deployed to.

    *)
}
Sourceval context_ : string
Sourceval make : modelName:Values_0.ModelName.t -> variantName:ModelVariantName.t -> infrastructureConfig:ModelInfrastructureConfig.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t