Class CfnModelCardPropsMixin.EvaluationDetailProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.EvaluationDetailProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardPropsMixin.EvaluationDetailProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardPropsMixin.EvaluationDetailProperty
@Stability(Stable)
@Internal
public static final class CfnModelCardPropsMixin.EvaluationDetailProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardPropsMixin.EvaluationDetailProperty
An implementation for
CfnModelCardPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.EvaluationDetailProperty
CfnModelCardPropsMixin.EvaluationDetailProperty.Builder, CfnModelCardPropsMixin.EvaluationDetailProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCardPropsMixin.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 theCfnModelCardPropsMixin.EvaluationDetailProperty.Builder.
-
-
Method Details
-
getDatasets
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyThe location of the datasets used to evaluate the model.- Specified by:
getDatasetsin interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- See Also:
-
getEvaluationJobArn
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyThe Amazon Resource Name (ARN) of the evaluation job.- Specified by:
getEvaluationJobArnin interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- See Also:
-
getEvaluationObservation
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyAny observations made during the model evaluation.- Specified by:
getEvaluationObservationin interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- See Also:
-
getMetadata
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyAdditional attributes associated with the evaluation results.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getMetadatain interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- See Also:
-
getMetricGroups
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyAn evaluation Metric Group object.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelCardPropsMixin.MetricGroupProperty>- Specified by:
getMetricGroupsin interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- See Also:
-
getName
Description copied from interface:CfnModelCardPropsMixin.EvaluationDetailPropertyThe evaluation job name.- Specified by:
getNamein interfaceCfnModelCardPropsMixin.EvaluationDetailProperty- 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()
-