Values.PutMLConfigurationRequestSourceAssigns information about an ML configuration.
type nonrec t = {membershipIdentifier : UUID.t;The membership ID of the member that is being configured.
*)defaultOutputLocation : MLOutputConfiguration.t;The default Amazon S3 location where ML output is stored for the specified member.
*)}val make :
membershipIdentifier:UUID.t ->
defaultOutputLocation:MLOutputConfiguration.t ->
unit ->
tval 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 ]