Show / Hide Table of Contents

Class CfnModelPackage.ExplainabilityProperty

Contains explainability metrics for a model.

Inheritance
System.Object
CfnModelPackage.ExplainabilityProperty
Implements
CfnModelPackage.IExplainabilityProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class ExplainabilityProperty : Object, CfnModelPackage.IExplainabilityProperty
Syntax (vb)
Public Class ExplainabilityProperty
    Inherits Object
    Implements CfnModelPackage.IExplainabilityProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-explainability.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;

var explainabilityProperty = new ExplainabilityProperty {
    Report = new MetricsSourceProperty {
        ContentType = "contentType",
        S3Uri = "s3Uri",

        // the properties below are optional
        ContentDigest = "contentDigest"
    }
};

Synopsis

Constructors

ExplainabilityProperty()

Properties

Report

The explainability report for a model.

Constructors

ExplainabilityProperty()

public ExplainabilityProperty()

Properties

Report

The explainability report for a model.

public object Report { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-explainability.html#cfn-sagemaker-modelpackage-explainability-report

Implements

CfnModelPackage.IExplainabilityProperty
Back to top Generated by DocFX