@Stability(value=Stable)
public static interface CfnModelPackage.ExplainabilityProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
ExplainabilityProperty explainabilityProperty = ExplainabilityProperty.builder()
.report(MetricsSourceProperty.builder()
.contentType("contentType")
.s3Uri("s3Uri")
// the properties below are optional
.contentDigest("contentDigest")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelPackage.ExplainabilityProperty.Builder
A builder for
CfnModelPackage.ExplainabilityProperty |
static class |
CfnModelPackage.ExplainabilityProperty.Jsii$Proxy
An implementation for
CfnModelPackage.ExplainabilityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelPackage.ExplainabilityProperty.Builder |
builder() |
default Object |
getReport()
The explainability report for a model.
|
@Stability(value=Stable) @Nullable default Object getReport()
@Stability(value=Stable) static CfnModelPackage.ExplainabilityProperty.Builder builder()
Copyright © 2022. All rights reserved.