Package-level declarations
Types
Link copied to clipboard
enum ExperimentMetricGoalObjectDesiredChange : Enum<ExperimentMetricGoalObjectDesiredChange> , ConvertibleToJava<ExperimentMetricGoalObjectDesiredChange>
INCREASE
means that a variation with a higher number for this metric is performing better. DECREASE
means that a variation with a lower number for this metric is performing better.
Link copied to clipboard
enum FeatureEvaluationStrategy : Enum<FeatureEvaluationStrategy> , ConvertibleToJava<FeatureEvaluationStrategy>
Specify ALL_RULES
to activate the traffic allocation specified by any ongoing launches or experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.