Module Values_1.OptimizationJobModelSourceSource

The location of the source model to optimize with an optimization job.

Sourcetype nonrec t = {
  1. s3 : OptimizationJobModelSourceS3.t option;
    (*

    The Amazon S3 location of a source model to optimize with an optimization job.

    *)
  2. sageMakerModel : OptimizationSageMakerModel.t option;
    (*

    The name of an existing SageMaker model to optimize with an optimization job.

    *)
}
Sourceval make : ?s3:??? -> ?sageMakerModel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.S3Uri.t | `Structure of (string * [> `Boolean of OptimizationModelAcceptEula.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