Share via


Azure.Analytics.OnlineExperimentation Namespace

Classes

AggregatedValue

An event property value aggregated by a metric.

AnalyticsOnlineExperimentationModelFactory

Model factory for models.

AverageMetricDefinition

The definition of an Average metric definition. Calculates the average value of a specified event property.

AzureAnalyticsOnlineExperimentationContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md'

DiagnosticDetail

Diagnostic details for validation errors.

EventCountMetricDefinition

The definition of an EventCount metric definition. Counts the occurrences of a specified event.

EventRateMetricDefinition

The definition of an EventRate metric definition. Calculates the percentage of events satisfying a specified condition.

ExperimentMetric

Defines experiment metric metadata and computation details.

ExperimentMetricDefinition

The metric definition, which determines how the metric value is calculated from event data. Please note ExperimentMetricDefinition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AverageMetricDefinition, EventCountMetricDefinition, EventRateMetricDefinition, PercentileMetricDefinition, SumMetricDefinition, UserCountMetricDefinition and UserRateMetricDefinition.

ExperimentMetricUpdate

Partial ExperimentMetric instance for update operations.

ExperimentMetricValidationResult

The result of validating an experiment metric.

ObservedEvent

An event observed by a metric.

OnlineExperimentationClient

The OnlineExperimentation service client.

OnlineExperimentationClientOptions

Client options for OnlineExperimentationClient.

PercentileMetricDefinition

The definition of a Percentile metric definition. Calculates a specified percentile of an event property.

SumMetricDefinition

The definition of a Sum metric definition. Calculates the sum of a specified event property. Experiment analysis accounts for unequal traffic allocation.

UserCountMetricDefinition

The definition of a UserCount metric definition. Counts unique users who encounter a specified event.

UserRateMetricDefinition

The definition of a UserRate metric definition. Calculates the percentage of users who encounter a start event and subsequently an end event. Users must encounter events in the specified order.

Structs

DesiredDirection

Desired direction for an experiment metric value.

DiagnosticCode

The diagnostic error codes.

LifecycleStage

Lifecycle stages of an experiment metric, determining whether the metric is included in experiment analysis.

Enums

OnlineExperimentationClientOptions.ServiceVersion

The version of the service to use.