Values.MLOutputConfigurationSourceConfiguration information about how the exported model artifacts are stored.
type nonrec t = {destination : Destination.t option;The Amazon S3 location where exported model artifacts are stored.
*)roleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ]