Values_1.ProcessingS3OutputSourceConfiguration for uploading output data to Amazon S3 from the processing container.
type nonrec t = {s3Uri : Values_0.S3Uri.t;A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
*)localPath : Values_0.ProcessingLocalPath.t option;The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.
*)s3UploadMode : Values_0.ProcessingS3UploadMode.t;Whether to upload the results of the processing job continuously or after the job completes.
*)}val make :
?localPath:??? ->
s3Uri:Values_0.S3Uri.t ->
s3UploadMode:Values_0.ProcessingS3UploadMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.S3Uri.t ]) list ]