| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutput.Builder |
ProcessingOutput.Builder.appManaged(Boolean appManaged)
When
True, output operations such as data upload are managed natively by the processing job
application. |
static ProcessingOutput.Builder |
ProcessingOutput.builder() |
default ProcessingOutput.Builder |
ProcessingOutput.Builder.featureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
ProcessingOutput.Builder |
ProcessingOutput.Builder.featureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
ProcessingOutput.Builder |
ProcessingOutput.Builder.outputName(String outputName)
The name for the processing job output.
|
default ProcessingOutput.Builder |
ProcessingOutput.Builder.s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
|
ProcessingOutput.Builder |
ProcessingOutput.Builder.s3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
ProcessingOutput.Builder |
ProcessingOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProcessingOutput.Builder> |
ProcessingOutput.serializableBuilderClass() |
Copyright © 2021. All rights reserved.