| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringS3Output |
MonitoringS3Output.clone() |
MonitoringS3Output |
MonitoringOutput.getS3Output()
The Amazon S3 storage location where the results of a monitoring job are saved.
|
MonitoringS3Output |
MonitoringS3Output.withLocalPath(String localPath)
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.
|
MonitoringS3Output |
MonitoringS3Output.withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output |
MonitoringS3Output.withS3UploadMode(String s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output |
MonitoringS3Output.withS3Uri(String s3Uri)
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring
job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringOutput.setS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
MonitoringOutput |
MonitoringOutput.withS3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
Copyright © 2025. All rights reserved.