Class CfnModelCard.IntendedUsesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.IntendedUsesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.IntendedUsesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelCard.IntendedUsesProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.IntendedUsesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.IntendedUsesProperty
An implementation for
CfnModelCard.IntendedUsesProperty-
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.IntendedUsesProperty
CfnModelCard.IntendedUsesProperty.Builder, CfnModelCard.IntendedUsesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.IntendedUsesProperty.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 explanation of why your organization categorizes the model with its risk rating.final StringFactors affecting model efficacy.final StringThe intended use cases for the model.final StringThe general purpose of the model.final StringYour organization's risk rating.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.IntendedUsesProperty.Builder.
-
-
Method Details
-
getExplanationsForRiskRating
Description copied from interface:CfnModelCard.IntendedUsesPropertyAn explanation of why your organization categorizes the model with its risk rating.- Specified by:
getExplanationsForRiskRatingin interfaceCfnModelCard.IntendedUsesProperty
-
getFactorsAffectingModelEfficiency
Description copied from interface:CfnModelCard.IntendedUsesPropertyFactors affecting model efficacy.- Specified by:
getFactorsAffectingModelEfficiencyin interfaceCfnModelCard.IntendedUsesProperty
-
getIntendedUses
Description copied from interface:CfnModelCard.IntendedUsesPropertyThe intended use cases for the model.- Specified by:
getIntendedUsesin interfaceCfnModelCard.IntendedUsesProperty
-
getPurposeOfModel
Description copied from interface:CfnModelCard.IntendedUsesPropertyThe general purpose of the model.- Specified by:
getPurposeOfModelin interfaceCfnModelCard.IntendedUsesProperty
-
getRiskRating
Description copied from interface:CfnModelCard.IntendedUsesPropertyYour organization's risk rating. You can specify one the following values as the risk rating:.- High
- Medium
- Low
- Unknown
- Specified by:
getRiskRatingin interfaceCfnModelCard.IntendedUsesProperty
-
$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()
-