Module Values_1.ModelQuantizationConfigSource

Settings for the model quantization technique that's applied by a model optimization job.

Sourcetype nonrec t = {
  1. image : OptimizationContainerImage.t option;
    (*

    The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.

    *)
  2. overrideEnvironment : OptimizationJobEnvironmentVariables.t option;
    (*

    Environment variables that override the default ones in the model container.

    *)
}
Sourceval make : ?image:??? -> ?overrideEnvironment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of Values_0.NonEmptyString256.t ] * [> `String of Values_0.String256.t ]) list | `String of OptimizationContainerImage.t ]) 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