public static interface ProcessingOutput.Builder extends SdkPojo, CopyableBuilder<ProcessingOutput.Builder,ProcessingOutput>
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutput.Builder |
appManaged(Boolean appManaged)
When
True, output operations such as data upload are managed natively by the processing job
application. |
default ProcessingOutput.Builder |
featureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
ProcessingOutput.Builder |
featureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
ProcessingOutput.Builder |
outputName(String outputName)
The name for the processing job output.
|
default ProcessingOutput.Builder |
s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
|
ProcessingOutput.Builder |
s3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingOutput.Builder outputName(String outputName)
The name for the processing job output.
outputName - The name for the processing job output.ProcessingOutput.Builder s3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
s3Output - Configuration for processing job outputs in Amazon S3.default ProcessingOutput.Builder s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
This is a convenience method that creates an instance of theProcessingS3Output.Builder avoiding the
need to create one manually via ProcessingS3Output.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Output(ProcessingS3Output).
s3Output - a consumer that will call methods on ProcessingS3Output.Builders3Output(ProcessingS3Output)ProcessingOutput.Builder featureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is
only supported when AppManaged is specified.
featureStoreOutput - Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output
type is only supported when AppManaged is specified.default ProcessingOutput.Builder featureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is
only supported when AppManaged is specified.
ProcessingFeatureStoreOutput.Builder
avoiding the need to create one manually via ProcessingFeatureStoreOutput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to featureStoreOutput(ProcessingFeatureStoreOutput).
featureStoreOutput - a consumer that will call methods on ProcessingFeatureStoreOutput.BuilderfeatureStoreOutput(ProcessingFeatureStoreOutput)ProcessingOutput.Builder appManaged(Boolean 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.
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.Copyright © 2023. All rights reserved.