| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Output |
ProcessingS3Output.clone() |
ProcessingS3Output |
ProcessingOutput.getS3Output()
Configuration for processing job outputs in Amazon S3.
|
ProcessingS3Output |
ProcessingS3Output.withLocalPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
ProcessingS3Output |
ProcessingS3Output.withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output |
ProcessingS3Output.withS3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output |
ProcessingS3Output.withS3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing
job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingOutput.setS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
ProcessingOutput |
ProcessingOutput.withS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
Copyright © 2024. All rights reserved.