public static interface MonitoringS3Output.Builder extends SdkPojo, CopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
| Modifier and Type | Method and Description |
|---|---|
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 |
s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output.Builder |
s3UploadMode(String s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
MonitoringS3Output.Builder |
s3Uri(String s3Uri)
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring
job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringS3Output.Builder s3Uri(String s3Uri)
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.
s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a
monitoring job.MonitoringS3Output.Builder localPath(String localPath)
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.
localPath - The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a
monitoring job. LocalPath is an absolute path for the output data.MonitoringS3Output.Builder s3UploadMode(String s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.ProcessingS3UploadMode,
ProcessingS3UploadModeMonitoringS3Output.Builder s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.ProcessingS3UploadMode,
ProcessingS3UploadModeCopyright © 2020. All rights reserved.