Class CfnModelCardPropsMixin.FunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.FunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardPropsMixin.FunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardPropsMixin.FunctionProperty
@Stability(Stable)
@Internal
public static final class CfnModelCardPropsMixin.FunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardPropsMixin.FunctionProperty
An implementation for
CfnModelCardPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.FunctionProperty
CfnModelCardPropsMixin.FunctionProperty.Builder, CfnModelCardPropsMixin.FunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCardPropsMixin.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 theCfnModelCardPropsMixin.FunctionProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnModelCardPropsMixin.FunctionPropertyAn optional description of any conditions of your objective function metric.- Specified by:
getConditionin interfaceCfnModelCardPropsMixin.FunctionProperty- See Also:
-
getFacet
Description copied from interface:CfnModelCardPropsMixin.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 interfaceCfnModelCardPropsMixin.FunctionProperty- See Also:
-
getFunction
Description copied from interface:CfnModelCardPropsMixin.FunctionPropertyThe optimization direction of the model's objective function. You must specify one of the following values:.MaximizeMinimize
- Specified by:
getFunctionin interfaceCfnModelCardPropsMixin.FunctionProperty- 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()
-