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 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 AWS CloudFormation template, use the following syntax:
JSON
{ "AppManaged" :
Boolean
, "DatasetDefinition" :DatasetDefinition
, "InputName" :String
, "S3Input" :S3Input
}
YAML
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. WhenFalse
(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
orRedshiftDatasetDefinition
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