Class CfnModelCard.ContentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.ContentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.ContentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCard.ContentProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.ContentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.ContentProperty
An implementation for
CfnModelCard.ContentProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelCard.ContentProperty
CfnModelCard.ContentProperty.Builder, CfnModelCard.ContentProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelCard.ContentProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Additional information about the model.final Object
Information about how the model supports business goals.final Object
An overview about the model's evaluation.final Object
The intended usage of the model.final Object
An overview about the model.final Object
Metadata information related to model package version.final Object
An overview about model training.final int
hashCode()
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.ContentProperty.Builder
.
-
-
Method Details
-
getAdditionalInformation
Description copied from interface:CfnModelCard.ContentProperty
Additional information about the model.- Specified by:
getAdditionalInformation
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getBusinessDetails
Description copied from interface:CfnModelCard.ContentProperty
Information about how the model supports business goals.- Specified by:
getBusinessDetails
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getEvaluationDetails
Description copied from interface:CfnModelCard.ContentProperty
An overview about the model's evaluation.- Specified by:
getEvaluationDetails
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getIntendedUses
Description copied from interface:CfnModelCard.ContentProperty
The intended usage of the model.- Specified by:
getIntendedUses
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getModelOverview
Description copied from interface:CfnModelCard.ContentProperty
An overview about the model.- Specified by:
getModelOverview
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getModelPackageDetails
Description copied from interface:CfnModelCard.ContentProperty
Metadata information related to model package version.- Specified by:
getModelPackageDetails
in interfaceCfnModelCard.ContentProperty
- See Also:
-
getTrainingDetails
Description copied from interface:CfnModelCard.ContentProperty
An overview about model training.- Specified by:
getTrainingDetails
in interfaceCfnModelCard.ContentProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-