ProcessingInput - Amazon SageMaker

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 AWS SDKs, see the following: