Class CfnModelCard.MetricDataItemsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.MetricDataItemsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.MetricDataItemsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelCard.MetricDataItemsProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.MetricDataItemsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.MetricDataItemsProperty
An implementation for
CfnModelCard.MetricDataItemsProperty-
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.MetricDataItemsProperty
CfnModelCard.MetricDataItemsProperty.Builder, CfnModelCard.MetricDataItemsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.MetricDataItemsProperty.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 names of the metrics.final StringgetNotes()Any notes to add to the metric.final StringgetType()You must specify one of the following data types:.final ObjectgetValue()The datatype of the metric.The name of the x axis.The name of the y axis.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.MetricDataItemsProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnModelCard.MetricDataItemsPropertyThe names of the metrics.- Specified by:
getNamein interfaceCfnModelCard.MetricDataItemsProperty
-
getType
Description copied from interface:CfnModelCard.MetricDataItemsPropertyYou must specify one of the following data types:.- Bar Chart
bar_char - Boolean
boolean - Linear Graph
linear_graph - Matrix
matrix - Number
number - String
string
- Specified by:
getTypein interfaceCfnModelCard.MetricDataItemsProperty
- Bar Chart
-
getValue
Description copied from interface:CfnModelCard.MetricDataItemsPropertyThe datatype of the metric.The metric's value must be compatible with the metric's type .
- Specified by:
getValuein interfaceCfnModelCard.MetricDataItemsProperty
-
getNotes
Description copied from interface:CfnModelCard.MetricDataItemsPropertyAny notes to add to the metric.- Specified by:
getNotesin interfaceCfnModelCard.MetricDataItemsProperty
-
getXAxisName
Description copied from interface:CfnModelCard.MetricDataItemsPropertyThe name of the x axis.- Specified by:
getXAxisNamein interfaceCfnModelCard.MetricDataItemsProperty
-
getYAxisName
Description copied from interface:CfnModelCard.MetricDataItemsPropertyThe name of the y axis.- Specified by:
getYAxisNamein interfaceCfnModelCard.MetricDataItemsProperty
-
$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()
-