public static interface CfnDataQualityJobDefinition.MonitoringOutputProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; MonitoringOutputProperty monitoringOutputProperty = MonitoringOutputProperty.builder() .s3Output(S3OutputProperty.builder() .localPath("localPath") .s3Uri("s3Uri") // the properties below are optional .s3UploadMode("s3UploadMode") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataQualityJobDefinition.MonitoringOutputProperty.Builder
A builder for
CfnDataQualityJobDefinition.MonitoringOutputProperty |
static class |
CfnDataQualityJobDefinition.MonitoringOutputProperty.Jsii$Proxy
An implementation for
CfnDataQualityJobDefinition.MonitoringOutputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataQualityJobDefinition.MonitoringOutputProperty.Builder |
builder() |
java.lang.Object |
getS3Output()
The Amazon S3 storage location where the results of a monitoring job are saved.
|