Module Values_1.OptimizationJobModelSourceS3Source

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

Sourcetype nonrec t = {
  1. s3Uri : Values_0.S3Uri.t option;
    (*

    An Amazon S3 URI that locates a source model to optimize with an optimization job.

    *)
  2. modelAccessConfig : OptimizationModelAccessConfig.t option;
    (*

    The access configuration settings for the source ML model for an optimization job, where you can accept the model end-user license agreement (EULA).

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