public static final class CfnMonitoringSchedule.S3OutputProperty.Builder
extends java.lang.Object
CfnMonitoringSchedule.S3OutputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnMonitoringSchedule.S3OutputProperty |
build()
Builds the configured instance.
|
CfnMonitoringSchedule.S3OutputProperty.Builder |
localPath(java.lang.String localPath)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getLocalPath() |
CfnMonitoringSchedule.S3OutputProperty.Builder |
s3UploadMode(java.lang.String s3UploadMode)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getS3UploadMode() |
CfnMonitoringSchedule.S3OutputProperty.Builder |
s3Uri(java.lang.String s3Uri)
Sets the value of
CfnMonitoringSchedule.S3OutputProperty.getS3Uri() |
public CfnMonitoringSchedule.S3OutputProperty.Builder localPath(java.lang.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
public CfnMonitoringSchedule.S3OutputProperty.Builder s3Uri(java.lang.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
public CfnMonitoringSchedule.S3OutputProperty.Builder s3UploadMode(java.lang.String s3UploadMode)
CfnMonitoringSchedule.S3OutputProperty.getS3UploadMode()
s3UploadMode
- Whether to upload the results of the monitoring job continuously or after the job completes.this
public CfnMonitoringSchedule.S3OutputProperty build()
CfnMonitoringSchedule.S3OutputProperty
java.lang.NullPointerException
- if any required attribute was not provided