Show / Hide Table of Contents

Class CfnModelPackagePropsMixin.ExplainabilityProperty

Contains explainability metrics for a model.

Inheritance
object
CfnModelPackagePropsMixin.ExplainabilityProperty
Implements
CfnModelPackagePropsMixin.IExplainabilityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnModelPackagePropsMixin.ExplainabilityProperty : CfnModelPackagePropsMixin.IExplainabilityProperty
Syntax (vb)
Public Class CfnModelPackagePropsMixin.ExplainabilityProperty Implements CfnModelPackagePropsMixin.IExplainabilityProperty
Remarks

See: 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.Mixins.Preview.AWS.SageMaker.Mixins;

             var explainabilityProperty = new ExplainabilityProperty {
                 Report = new MetricsSourceProperty {
                     ContentDigest = "contentDigest",
                     ContentType = "contentType",
                     S3Uri = "s3Uri"
                 }
             };

Synopsis

Constructors

ExplainabilityProperty()

Contains explainability metrics for a model.

Properties

Report

The explainability report for a model.

Constructors

ExplainabilityProperty()

Contains explainability metrics for a model.

public ExplainabilityProperty()
Remarks

See: 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.Mixins.Preview.AWS.SageMaker.Mixins;

             var explainabilityProperty = new ExplainabilityProperty {
                 Report = new MetricsSourceProperty {
                     ContentDigest = "contentDigest",
                     ContentType = "contentType",
                     S3Uri = "s3Uri"
                 }
             };

Properties

Report

The explainability report for a model.

public object? Report { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnModelPackagePropsMixin.IMetricsSourceProperty

Implements

CfnModelPackagePropsMixin.IExplainabilityProperty
Back to top Generated by DocFX