Class CfnModelCard.TrainingMetricProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingMetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.TrainingMetricProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCard.TrainingMetricProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.TrainingMetricProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.TrainingMetricProperty
An implementation for
CfnModelCard.TrainingMetricProperty-
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.TrainingMetricProperty
CfnModelCard.TrainingMetricProperty.Builder, CfnModelCard.TrainingMetricProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.TrainingMetricProperty.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 StringgetName()The name of the result from the SageMaker AI training job.final StringgetNotes()Any additional notes describing the result of the training job.final NumbergetValue()The value of a result from the SageMaker AI training job.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.TrainingMetricProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnModelCard.TrainingMetricPropertyThe name of the result from the SageMaker AI training job.- Specified by:
getNamein interfaceCfnModelCard.TrainingMetricProperty- See Also:
-
getValue
Description copied from interface:CfnModelCard.TrainingMetricPropertyThe value of a result from the SageMaker AI training job.- Specified by:
getValuein interfaceCfnModelCard.TrainingMetricProperty- See Also:
-
getNotes
Description copied from interface:CfnModelCard.TrainingMetricPropertyAny additional notes describing the result of the training job.- Specified by:
getNotesin interfaceCfnModelCard.TrainingMetricProperty- 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()
-