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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelCard.EvaluationDetailProperty
CfnModelCard.EvaluationDetailProperty.Builder, CfnModelCard.EvaluationDetailProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelCard.EvaluationDetailProperty.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
The location of the datasets used to evaluate the model.final String
The Amazon Resource Name (ARN) of the evaluation job.final String
Any observations made during the model evaluation.final Object
Additional attributes associated with the evaluation results.final Object
An evaluation Metric Group object.final String
getName()
The evaluation job name.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.EvaluationDetailProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnModelCard.EvaluationDetailProperty
The evaluation job name.- Specified by:
getName
in interfaceCfnModelCard.EvaluationDetailProperty
- See Also:
-
getDatasets
Description copied from interface:CfnModelCard.EvaluationDetailProperty
The location of the datasets used to evaluate the model.- Specified by:
getDatasets
in interfaceCfnModelCard.EvaluationDetailProperty
- See Also:
-
getEvaluationJobArn
Description copied from interface:CfnModelCard.EvaluationDetailProperty
The Amazon Resource Name (ARN) of the evaluation job.- Specified by:
getEvaluationJobArn
in interfaceCfnModelCard.EvaluationDetailProperty
- See Also:
-
getEvaluationObservation
Description copied from interface:CfnModelCard.EvaluationDetailProperty
Any observations made during the model evaluation.- Specified by:
getEvaluationObservation
in interfaceCfnModelCard.EvaluationDetailProperty
- See Also:
-
getMetadata
Description copied from interface:CfnModelCard.EvaluationDetailProperty
Additional attributes associated with the evaluation results.- Specified by:
getMetadata
in interfaceCfnModelCard.EvaluationDetailProperty
- See Also:
-
getMetricGroups
Description copied from interface:CfnModelCard.EvaluationDetailProperty
An evaluation Metric Group object.- Specified by:
getMetricGroups
in interfaceCfnModelCard.EvaluationDetailProperty
- 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()
-