ProcessingOutput - 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).

ProcessingOutput

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

Contents

OutputName

The name for the processing job output.

Type: String

Required: Yes

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

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