ProcessingOutput

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

Types

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

Properties

Link copied to clipboard

When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

Link copied to clipboard

Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

Link copied to clipboard

The name for the processing job output.

Link copied to clipboard

Configuration for processing job outputs in Amazon S3.

Functions

Link copied to clipboard
inline fun copy(block: ProcessingOutput.Builder.() -> Unit = {}): ProcessingOutput
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