Class CfnModelPackagePropsMixin.ModelMetricsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelPackagePropsMixin.ModelMetricsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackagePropsMixin.ModelMetricsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPackagePropsMixin.ModelMetricsProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackagePropsMixin.ModelMetricsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackagePropsMixin.ModelMetricsProperty
An implementation for
CfnModelPackagePropsMixin.ModelMetricsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelPackagePropsMixin.ModelMetricsProperty
CfnModelPackagePropsMixin.ModelMetricsProperty.Builder, CfnModelPackagePropsMixin.ModelMetricsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelPackagePropsMixin.ModelMetricsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetBias()Metrics that measure bias in a model.final ObjectMetrics that help explain a model.final ObjectMetrics that measure the quality of the input data for a model.final ObjectMetrics that measure the quality of a model.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnModelPackagePropsMixin.ModelMetricsProperty.Builder.
-
-
Method Details
-
getBias
Description copied from interface:CfnModelPackagePropsMixin.ModelMetricsPropertyMetrics that measure bias in a model.Returns union: either
IResolvableorCfnModelPackagePropsMixin.BiasProperty- Specified by:
getBiasin interfaceCfnModelPackagePropsMixin.ModelMetricsProperty- See Also:
-
getExplainability
Description copied from interface:CfnModelPackagePropsMixin.ModelMetricsPropertyMetrics that help explain a model.Returns union: either
IResolvableorCfnModelPackagePropsMixin.ExplainabilityProperty- Specified by:
getExplainabilityin interfaceCfnModelPackagePropsMixin.ModelMetricsProperty- See Also:
-
getModelDataQuality
Description copied from interface:CfnModelPackagePropsMixin.ModelMetricsPropertyMetrics that measure the quality of the input data for a model.Returns union: either
IResolvableorCfnModelPackagePropsMixin.ModelDataQualityProperty- Specified by:
getModelDataQualityin interfaceCfnModelPackagePropsMixin.ModelMetricsProperty- See Also:
-
getModelQuality
Description copied from interface:CfnModelPackagePropsMixin.ModelMetricsPropertyMetrics that measure the quality of a model.Returns union: either
IResolvableorCfnModelPackagePropsMixin.ModelQualityProperty- Specified by:
getModelQualityin interfaceCfnModelPackagePropsMixin.ModelMetricsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-