| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutput |
ProcessingOutput.clone() |
ProcessingOutput |
ProcessingOutput.withAppManaged(Boolean appManaged)
When
True, output operations such as data upload are managed natively by the processing job
application. |
ProcessingOutput |
ProcessingOutput.withFeatureStoreOutput(ProcessingFeatureStoreOutput featureStoreOutput)
Configuration for processing job outputs in Amazon SageMaker Feature Store.
|
ProcessingOutput |
ProcessingOutput.withOutputName(String outputName)
The name for the processing job output.
|
ProcessingOutput |
ProcessingOutput.withS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingOutput> |
ProcessingOutputConfig.getOutputs()
An array of outputs configuring the data to upload from the processing container.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutputConfig |
ProcessingOutputConfig.withOutputs(ProcessingOutput... outputs)
An array of outputs configuring the data to upload from the processing container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingOutputConfig.setOutputs(Collection<ProcessingOutput> outputs)
An array of outputs configuring the data to upload from the processing container.
|
ProcessingOutputConfig |
ProcessingOutputConfig.withOutputs(Collection<ProcessingOutput> outputs)
An array of outputs configuring the data to upload from the processing container.
|
Copyright © 2023. All rights reserved.