Uses of Class
com.azure.analytics.onlineexperimentation.models.ObservedEvent
Packages that use ObservedEvent
Package
Description
Package containing the data models for OnlineExperimentation.
-
Uses of ObservedEvent in com.azure.analytics.onlineexperimentation.models
Methods in com.azure.analytics.onlineexperimentation.models that return ObservedEventModifier and TypeMethodDescriptionstatic ObservedEventObservedEvent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ObservedEvent from the JsonReader.UserRateMetricDefinition.getEndEvent()Get the endEvent property: The end event to observe, which is a condition for the rate numerator.EventCountMetricDefinition.getEvent()Get the event property: Event to observe.EventRateMetricDefinition.getEvent()Get the event property: Event to observe as the rate denominator.UserCountMetricDefinition.getEvent()Get the event property: Event to observe.UserRateMetricDefinition.getStartEvent()Get the startEvent property: The start event to observe as the rate denominator.ObservedEvent.setEventName(String eventName) Set the eventName property: The name of the event.Set the filter property: [Optional] A condition to filter events.Methods in com.azure.analytics.onlineexperimentation.models with parameters of type ObservedEventModifier and TypeMethodDescriptionUserRateMetricDefinition.setEndEvent(ObservedEvent endEvent) Set the endEvent property: The end event to observe, which is a condition for the rate numerator.EventCountMetricDefinition.setEvent(ObservedEvent event) Set the event property: Event to observe.EventRateMetricDefinition.setEvent(ObservedEvent event) Set the event property: Event to observe as the rate denominator.UserCountMetricDefinition.setEvent(ObservedEvent event) Set the event property: Event to observe.UserRateMetricDefinition.setStartEvent(ObservedEvent startEvent) Set the startEvent property: The start event to observe as the rate denominator.