AWS::SageMaker::ProcessingJob ProcessingInputsObject - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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 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