ProcessingOutput - Amazon SageMaker

ProcessingOutput

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

Contents

AppManaged

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.

Type: Boolean

Required: No

FeatureStoreOutput

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

Type: ProcessingFeatureStoreOutput object

Required: No

OutputName

The name for the processing job output.

Type: String

Required: Yes

S3Output

Configuration for processing job outputs in Amazon S3.

Type: ProcessingS3Output object

Required: No

See Also

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