Module Values_0.ModelDataSourceSource

Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.

Sourcetype nonrec t = {
  1. s3DataSource : S3ModelDataSource.t option;
    (*

    Specifies the S3 location of ML model data to deploy.

    *)
}
Sourceval make : ?s3DataSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of S3ModelUri.t | `Structure of (string * [> `Boolean of AcceptEula.t | `String of HubContentArn.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