aws-cdk-lib.aws_sagemaker.CfnModelPackage.ExplainabilityProperty

interface ExplainabilityProperty

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

Contains explainability metrics for a model.

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 explainabilityProperty: sagemaker.CfnModelPackage.ExplainabilityProperty = {
  report: {
    contentType: 'contentType',
    s3Uri: 's3Uri',

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

Properties

NameTypeDescription
report?IResolvable | MetricsSourcePropertyThe explainability report for a model.

report?

Type: IResolvable | MetricsSourceProperty (optional)

The explainability report for a model.