ProcessingInput - Amazon SageMaker
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).

ProcessingInput

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

Contents

InputName

The name for the processing job input.

Type: String

Required: Yes

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.

Type: Boolean

Required: No

DatasetDefinition

Configuration for a Dataset Definition input.

Type: DatasetDefinition object

Required: No

S3Input

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

Type: ProcessingS3Input object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: