aws-cdk-lib.aws_sagemaker.CfnModelPackage.DriftCheckExplainabilityProperty

interface DriftCheckExplainabilityProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelPackage.DriftCheckExplainabilityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_DriftCheckExplainabilityProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelPackage.DriftCheckExplainabilityProperty
Pythonaws_cdk.aws_sagemaker.CfnModelPackage.DriftCheckExplainabilityProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelPackage » DriftCheckExplainabilityProperty

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const driftCheckExplainabilityProperty: sagemaker.CfnModelPackage.DriftCheckExplainabilityProperty = {
  configFile: {
    s3Uri: 's3Uri',

    // the properties below are optional
    contentDigest: 'contentDigest',
    contentType: 'contentType',
  },
  constraints: {
    contentType: 'contentType',
    s3Uri: 's3Uri',

    // the properties below are optional
    contentDigest: 'contentDigest',
  },
};

Properties

NameTypeDescription
configFile?IResolvable | FileSourcePropertyThe explainability config file for the model.
constraints?IResolvable | MetricsSourcePropertyThe drift check explainability constraints.

configFile?

Type: IResolvable | FileSourceProperty (optional)

The explainability config file for the model.


constraints?

Type: IResolvable | MetricsSourceProperty (optional)

The drift check explainability constraints.