This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ProcessingJob S3Output
Configuration for uploading output data to Amazon S3 from the processing container.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LocalPath" :
String
, "S3UploadMode" :String
, "S3Uri" :String
}
YAML
LocalPath:
String
S3UploadMode:String
S3Uri:String
Properties
LocalPath
-
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.Required: No
Type: String
Pattern:
.*
Minimum:
0
Maximum:
256
Update requires: Replacement
S3UploadMode
-
Whether to upload the results of the processing job continuously or after the job completes.
Required: Yes
Type: String
Allowed values:
Continuous | EndOfJob
Update requires: Replacement
S3Uri
-
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
Required: Yes
Type: String
Pattern:
(https|s3)://([^/]+)/?(.*)
Minimum:
0
Maximum:
1024
Update requires: Replacement