Interface CfnModelPackagePropsMixin.ExplainabilityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelPackagePropsMixin.ExplainabilityProperty.Jsii$Proxy
- Enclosing class:
CfnModelPackagePropsMixin
@Stability(Stable)
public static interface CfnModelPackagePropsMixin.ExplainabilityProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ExplainabilityProperty explainabilityProperty = ExplainabilityProperty.builder()
.report(MetricsSourceProperty.builder()
.contentDigest("contentDigest")
.contentType("contentType")
.s3Uri("s3Uri")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelPackagePropsMixin.ExplainabilityPropertystatic final classAn implementation forCfnModelPackagePropsMixin.ExplainabilityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReport
The explainability report for a model.Returns union: either
IResolvableorCfnModelPackagePropsMixin.MetricsSourceProperty- See Also:
-
builder
-