| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringS3Output.Builder |
MonitoringS3Output.builder() |
MonitoringS3Output.Builder |
MonitoringS3Output.Builder.localPath(String localPath)
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring
job.
|
MonitoringS3Output.Builder |
MonitoringS3Output.Builder.s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output.Builder |
MonitoringS3Output.Builder.s3UploadMode(String s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output.Builder |
MonitoringS3Output.Builder.s3Uri(String s3Uri)
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring
job.
|
MonitoringS3Output.Builder |
MonitoringS3Output.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MonitoringS3Output.Builder> |
MonitoringS3Output.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MonitoringOutput.Builder |
MonitoringOutput.Builder.s3Output(Consumer<MonitoringS3Output.Builder> s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
Copyright © 2021. All rights reserved.