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