public static interface CfnModelPackage.DriftCheckModelQualityProperty
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.*; DriftCheckModelQualityProperty driftCheckModelQualityProperty = DriftCheckModelQualityProperty.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.DriftCheckModelQualityProperty.Builder
A builder for
CfnModelPackage.DriftCheckModelQualityProperty |
static class |
CfnModelPackage.DriftCheckModelQualityProperty.Jsii$Proxy
An implementation for
CfnModelPackage.DriftCheckModelQualityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelPackage.DriftCheckModelQualityProperty.Builder |
builder() |
default java.lang.Object |
getConstraints()
The drift check model quality constraints.
|
default java.lang.Object |
getStatistics()
The drift check model quality statistics.
|
default java.lang.Object getConstraints()
default java.lang.Object getStatistics()
static CfnModelPackage.DriftCheckModelQualityProperty.Builder builder()