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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelCard.FunctionPropertyCfnModelCard.FunctionProperty.Builder, CfnModelCard.FunctionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnModelCard.FunctionProperty.Builder.
 
- 
- 
Method Details- 
getConditionDescription copied from interface:CfnModelCard.FunctionPropertyAn optional description of any conditions of your objective function metric.- Specified by:
- getConditionin interface- CfnModelCard.FunctionProperty
- See Also:
 
- 
getFacetDescription 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: - ACCURACY
- AUC
- LOSS
- MAE
- RMSE
 - Specified by:
- getFacetin interface- CfnModelCard.FunctionProperty
- See Also:
 
- 
getFunctionDescription copied from interface:CfnModelCard.FunctionPropertyThe optimization direction of the model's objective function. You must specify one of the following values:.- Maximize
- Minimize
 - Specified by:
- getFunctionin interface- CfnModelCard.FunctionProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-