Values_1.ProcessingOutputConfigSourceConfiguration for uploading output from the processing container.
type nonrec t = {outputs : ProcessingOutputs.t;An array of outputs configuring the data to upload from the processing container.
*)kmsKeyId : Values_0.KmsKeyId.t option;The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.AppManaged.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string | `String of Values_0.S3Uri.t ])
list ])
list ]
list
| `String of Values_0.KmsKeyId.t ])
list ]