public static final class CfnModelPackage.ModelMetricsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelPackage.ModelMetricsProperty
CfnModelPackage.ModelMetricsProperty
CfnModelPackage.ModelMetricsProperty.Builder, CfnModelPackage.ModelMetricsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getBias()
Metrics that measure bais in a model.
|
java.lang.Object |
getExplainability()
Metrics that help explain a model.
|
java.lang.Object |
getModelDataQuality()
Metrics that measure the quality of the input data for a model.
|
java.lang.Object |
getModelQuality()
Metrics that measure the quality of a model.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getBias()
CfnModelPackage.ModelMetricsProperty
getBias
in interface CfnModelPackage.ModelMetricsProperty
public final java.lang.Object getExplainability()
CfnModelPackage.ModelMetricsProperty
getExplainability
in interface CfnModelPackage.ModelMetricsProperty
public final java.lang.Object getModelDataQuality()
CfnModelPackage.ModelMetricsProperty
getModelDataQuality
in interface CfnModelPackage.ModelMetricsProperty
public final java.lang.Object getModelQuality()
CfnModelPackage.ModelMetricsProperty
getModelQuality
in interface CfnModelPackage.ModelMetricsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()