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