Class CfnExperimentPropsMixin.MetricGoalObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnExperimentPropsMixin.MetricGoalObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentPropsMixin.MetricGoalObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentPropsMixin.MetricGoalObjectProperty
@Stability(Stable)
@Internal
public static final class CfnExperimentPropsMixin.MetricGoalObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentPropsMixin.MetricGoalObjectProperty
An implementation for
CfnExperimentPropsMixin.MetricGoalObjectProperty-
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.evidently.CfnExperimentPropsMixin.MetricGoalObjectProperty
CfnExperimentPropsMixin.MetricGoalObjectProperty.Builder, CfnExperimentPropsMixin.MetricGoalObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentPropsMixin.MetricGoalObjectProperty.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 StringINCREASEmeans that a variation with a higher number for this metric is performing better.final StringThe entity, such as a user or session, that does an action that causes a metric value to be recorded.final StringThe EventBridge event pattern that defines how the metric is recorded.final StringA name for the metric.final StringA label for the units that the metric is measuring.final StringThe JSON path to reference the numerical metric value in the event.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 theCfnExperimentPropsMixin.MetricGoalObjectProperty.Builder.
-
-
Method Details
-
getDesiredChange
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyINCREASEmeans that a variation with a higher number for this metric is performing better.DECREASEmeans that a variation with a lower number for this metric is performing better.- Specified by:
getDesiredChangein interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- See Also:
-
getEntityIdKey
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyThe entity, such as a user or session, that does an action that causes a metric value to be recorded.An example is
userDetails.userID.- Specified by:
getEntityIdKeyin interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- See Also:
-
getEventPattern
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyThe EventBridge event pattern that defines how the metric is recorded.For more information about EventBridge event patterns, see Amazon EventBridge event patterns .
- Specified by:
getEventPatternin interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- See Also:
-
getMetricName
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyA name for the metric.It can include up to 255 characters.
- Specified by:
getMetricNamein interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- See Also:
-
getUnitLabel
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyA label for the units that the metric is measuring.- Specified by:
getUnitLabelin interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- See Also:
-
getValueKey
Description copied from interface:CfnExperimentPropsMixin.MetricGoalObjectPropertyThe JSON path to reference the numerical metric value in the event.- Specified by:
getValueKeyin interfaceCfnExperimentPropsMixin.MetricGoalObjectProperty- 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()
-