Module Values.PutMLConfigurationRequestSource

Assigns information about an ML configuration.

Sourcetype nonrec t = {
  1. membershipIdentifier : UUID.t;
    (*

    The membership ID of the member that is being configured.

    *)
  2. defaultOutputLocation : MLOutputConfiguration.t;
    (*

    The default Amazon S3 location where ML output is stored for the specified member.

    *)
}
Sourceval context_ : string
Sourceval make : membershipIdentifier:UUID.t -> defaultOutputLocation:MLOutputConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UUID.t | `Structure of (string * [> `String of IamRoleArn.t | `Structure of (string * [> `Structure of (string * [> `String of S3Path.t ]) list ]) 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