Uses of Class
com.azure.analytics.onlineexperimentation.models.DesiredDirection
Packages that use DesiredDirection
Package
Description
Package containing the data models for OnlineExperimentation.
-
Uses of DesiredDirection in com.azure.analytics.onlineexperimentation.models
Fields in com.azure.analytics.onlineexperimentation.models declared as DesiredDirectionModifier and TypeFieldDescriptionstatic final DesiredDirectionDesiredDirection.DECREASEA decrease to the metric value is desired.static final DesiredDirectionDesiredDirection.INCREASEAn increase to the metric value is desired.static final DesiredDirectionDesiredDirection.NEUTRALNeither an increase nor a decrease to the metric value is desired, or the desired direction depends on other factors.Methods in com.azure.analytics.onlineexperimentation.models that return DesiredDirectionModifier and TypeMethodDescriptionstatic DesiredDirectionDesiredDirection.fromString(String name) Creates or finds a DesiredDirection from its string representation.ExperimentMetric.getDesiredDirection()Get the desiredDirection property: The desired direction for changes in the metric value.Methods in com.azure.analytics.onlineexperimentation.models that return types with arguments of type DesiredDirectionModifier and TypeMethodDescriptionstatic Collection<DesiredDirection> DesiredDirection.values()Gets known DesiredDirection values.Methods in com.azure.analytics.onlineexperimentation.models with parameters of type DesiredDirectionModifier and TypeMethodDescriptionExperimentMetric.setDesiredDirection(DesiredDirection desiredDirection) Set the desiredDirection property: The desired direction for changes in the metric value.