| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3Output.Builder |
ProcessingS3Output.builder() |
ProcessingS3Output.Builder |
ProcessingS3Output.Builder.localPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
ProcessingS3Output.Builder |
ProcessingS3Output.Builder.s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output.Builder |
ProcessingS3Output.Builder.s3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output.Builder |
ProcessingS3Output.Builder.s3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a
processing job.
|
ProcessingS3Output.Builder |
ProcessingS3Output.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProcessingS3Output.Builder> |
ProcessingS3Output.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProcessingOutput.Builder |
ProcessingOutput.Builder.s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
|
Copyright © 2022. All rights reserved.