Module Values_1.OptimizationOutputSource

Output values produced by an optimization job.

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

    The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.

    *)
}
Sourceval make : ?recommendedInferenceImage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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