ProcessingInput

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Configuration for a Dataset Definition input.

Link copied to clipboard

The name for the processing job input.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ProcessingInput.Builder.() -> Unit = {}): ProcessingInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String