@Stability(value=Stable) public static final class CfnMonitoringSchedule.S3OutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule.S3OutputProperty>
CfnMonitoringSchedule.S3OutputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMonitoringSchedule.S3OutputProperty |
build()
Builds the configured instance.
|
CfnMonitoringSchedule.S3OutputProperty.Builder |
localPath(String localPath)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getLocalPath() |
CfnMonitoringSchedule.S3OutputProperty.Builder |
s3UploadMode(String s3UploadMode)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getS3UploadMode() |
CfnMonitoringSchedule.S3OutputProperty.Builder |
s3Uri(String s3Uri)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getS3Uri() |
@Stability(value=Stable) public CfnMonitoringSchedule.S3OutputProperty.Builder localPath(String localPath)
CfnMonitoringSchedule.S3OutputProperty.getLocalPath()localPath - The local path to the S3 storage location where SageMaker saves the results of a monitoring job. This parameter is required.
LocalPath is an absolute path for the output data.this@Stability(value=Stable) public CfnMonitoringSchedule.S3OutputProperty.Builder s3Uri(String s3Uri)
CfnMonitoringSchedule.S3OutputProperty.getS3Uri()s3Uri - A URI that identifies the S3 storage location where SageMaker saves the results of a monitoring job. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.S3OutputProperty.Builder s3UploadMode(String s3UploadMode)
CfnMonitoringSchedule.S3OutputProperty.getS3UploadMode()s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.this@Stability(value=Stable) public CfnMonitoringSchedule.S3OutputProperty build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule.S3OutputProperty>CfnMonitoringSchedule.S3OutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.