public static interface CfnModelPackage.DriftCheckModelDataQualityProperty
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.*; DriftCheckModelDataQualityProperty driftCheckModelDataQualityProperty = DriftCheckModelDataQualityProperty.builder() .constraints(MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build()) .statistics(MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelPackage.DriftCheckModelDataQualityProperty.Builder
A builder for
CfnModelPackage.DriftCheckModelDataQualityProperty |
static class |
CfnModelPackage.DriftCheckModelDataQualityProperty.Jsii$Proxy
An implementation for
CfnModelPackage.DriftCheckModelDataQualityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.DriftCheckModelDataQualityProperty.Builder |
builder() |
default java.lang.Object |
getConstraints()
The drift check model data quality constraints.
|
default java.lang.Object |
getStatistics()
The drift check model data quality statistics.
|