AWS::SageMaker::ProcessingJob ProcessingInputsObject - 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 ProcessingInputsObject

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

Syntax

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

JSON

{ "AppManaged" : Boolean, "DatasetDefinition" : DatasetDefinition, "InputName" : String, "S3Input" : S3Input }

Properties

AppManaged

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

Required: No

Type: Boolean

Update requires: Replacement

DatasetDefinition

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

Required: No

Type: DatasetDefinition

Update requires: Replacement

InputName

The name for the processing job input.

Required: Yes

Type: String

Update requires: Replacement

S3Input

Configuration for downloading input data from Amazon S3 into the processing container.

Required: No

Type: S3Input

Update requires: Replacement