AWS::SageMaker::ProcessingJob ProcessingOutputsObject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::ProcessingJob ProcessingOutputsObject

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AppManaged" : Boolean, "FeatureStoreOutput" : FeatureStoreOutput, "OutputName" : String, "S3Output" : S3Output }

Properties

AppManaged

When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

Required: No

Type: Boolean

Update requires: Replacement

FeatureStoreOutput

Configuration for processing job outputs in Amazon SageMaker Feature Store.

Required: No

Type: FeatureStoreOutput

Update requires: Replacement

OutputName

The name for the processing job output.

Required: Yes

Type: String

Update requires: Replacement

S3Output

Configuration for uploading output data to Amazon S3 from the processing container.

Required: No

Type: S3Output

Update requires: Replacement