Class CfnModelCard.FunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.FunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.FunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelCard.FunctionProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.FunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.FunctionProperty
An implementation for
CfnModelCard.FunctionProperty-
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.services.sagemaker.CfnModelCard.FunctionProperty
CfnModelCard.FunctionProperty.Builder, CfnModelCard.FunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.FunctionProperty.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 StringAn optional description of any conditions of your objective function metric.final StringgetFacet()The metric of the model's objective function.final StringThe optimization direction of the model's objective function.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 theCfnModelCard.FunctionProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnModelCard.FunctionPropertyAn optional description of any conditions of your objective function metric.- Specified by:
getConditionin interfaceCfnModelCard.FunctionProperty
-
getFacet
Description copied from interface:CfnModelCard.FunctionPropertyThe metric of the model's objective function.For example, loss or rmse . The following list shows examples of the values that you can specify for the metric:
ACCURACYAUCLOSSMAERMSE
- Specified by:
getFacetin interfaceCfnModelCard.FunctionProperty
-
getFunction
Description copied from interface:CfnModelCard.FunctionPropertyThe optimization direction of the model's objective function. You must specify one of the following values:.MaximizeMinimize
- Specified by:
getFunctionin interfaceCfnModelCard.FunctionProperty
-
$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()
-