Class CfnModelCard.EvaluationDetailProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.EvaluationDetailProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.EvaluationDetailProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelCard.EvaluationDetailProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.EvaluationDetailProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.EvaluationDetailProperty
An implementation for
CfnModelCard.EvaluationDetailProperty-
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.EvaluationDetailProperty
CfnModelCard.EvaluationDetailProperty.Builder, CfnModelCard.EvaluationDetailProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.EvaluationDetailProperty.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 booleanThe location of the datasets used to evaluate the model.final StringThe Amazon Resource Name (ARN) of the evaluation job.final StringAny observations made during the model evaluation.final ObjectAdditional attributes associated with the evaluation results.final ObjectAn evaluation Metric Group object.final StringgetName()The evaluation job name.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.EvaluationDetailProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnModelCard.EvaluationDetailPropertyThe evaluation job name.- Specified by:
getNamein interfaceCfnModelCard.EvaluationDetailProperty
-
getDatasets
Description copied from interface:CfnModelCard.EvaluationDetailPropertyThe location of the datasets used to evaluate the model.- Specified by:
getDatasetsin interfaceCfnModelCard.EvaluationDetailProperty
-
getEvaluationJobArn
Description copied from interface:CfnModelCard.EvaluationDetailPropertyThe Amazon Resource Name (ARN) of the evaluation job.- Specified by:
getEvaluationJobArnin interfaceCfnModelCard.EvaluationDetailProperty
-
getEvaluationObservation
Description copied from interface:CfnModelCard.EvaluationDetailPropertyAny observations made during the model evaluation.- Specified by:
getEvaluationObservationin interfaceCfnModelCard.EvaluationDetailProperty
-
getMetadata
Description copied from interface:CfnModelCard.EvaluationDetailPropertyAdditional attributes associated with the evaluation results.- Specified by:
getMetadatain interfaceCfnModelCard.EvaluationDetailProperty
-
getMetricGroups
Description copied from interface:CfnModelCard.EvaluationDetailPropertyAn evaluation Metric Group object.- Specified by:
getMetricGroupsin interfaceCfnModelCard.EvaluationDetailProperty
-
$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()
-