Uses of Class
com.azure.analytics.onlineexperimentation.models.ExperimentMetric
Packages that use ExperimentMetric
Package
Description
Package containing the classes for OnlineExperimentation.
Package containing the data models for OnlineExperimentation.
-
Uses of ExperimentMetric in com.azure.analytics.onlineexperimentation
Methods in com.azure.analytics.onlineexperimentation that return ExperimentMetricModifier and TypeMethodDescriptionOnlineExperimentationClient.activateMetric(String experimentMetricId) Updates the experiment metric lifecycle toLifecycleStage.ACTIVE.OnlineExperimentationClient.activateMetric(String experimentMetricId, String ifMatch) Updates the experiment metric lifecycle toLifecycleStage.ACTIVE.OnlineExperimentationClient.createMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.RequestConditions requestConditions) Creates or updates an experiment metric.OnlineExperimentationClient.deactivateMetric(String experimentMetricId) Updates the experiment metric lifecycle toLifecycleStage.INACTIVE.OnlineExperimentationClient.deactivateMetric(String experimentMetricId, String ifMatch) Updates the experiment metric lifecycle toLifecycleStage.INACTIVE.Fetches an experiment metric by ID.OnlineExperimentationClient.getMetric(String experimentMetricId, com.azure.core.http.RequestConditions requestConditions) Fetches an experiment metric by ID.OnlineExperimentationClient.updateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.updateMetric(String experimentMetricId, ExperimentMetric resource, String ifMatch) Creates or updates an experiment metric.Methods in com.azure.analytics.onlineexperimentation that return types with arguments of type ExperimentMetricModifier and TypeMethodDescriptionOnlineExperimentationAsyncClient.activateMetric(String experimentMetricId) Updates the experiment metric lifecycle toLifecycleStage.ACTIVE.OnlineExperimentationAsyncClient.activateMetric(String experimentMetricId, String ifMatch) Updates the experiment metric lifecycle toLifecycleStage.ACTIVE.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.activateMetricWithResponse(String experimentMetricId) Activates an experiment metric with a response.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.activateMetricWithResponse(String experimentMetricId, String ifMatch) Activates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.activateMetricWithResponse(String experimentMetricId, com.azure.core.http.rest.RequestOptions requestOptions) Activates an experiment metric with a response.OnlineExperimentationAsyncClient.createMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.createMetricWithResponse(String experimentMetricId, ExperimentMetric resource) Creates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.createMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates an experiment metric with a response.OnlineExperimentationAsyncClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationAsyncClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.RequestConditions requestConditions) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.createOrUpdateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates or updates an experiment metric with response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.createOrUpdateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates or updates an experiment metric with response and conditional headers from RequestConditions.OnlineExperimentationAsyncClient.deactivateMetric(String experimentMetricId) Updates the experiment metric lifecycle toLifecycleStage.INACTIVE.OnlineExperimentationAsyncClient.deactivateMetric(String experimentMetricId, String ifMatch) Updates the experiment metric lifecycle toLifecycleStage.INACTIVE.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.deactivateMetricWithResponse(String experimentMetricId) Deactivates an experiment metric with a response.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.deactivateMetricWithResponse(String experimentMetricId, String ifMatch) Deactivates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.deactivateMetricWithResponse(String experimentMetricId, com.azure.core.http.rest.RequestOptions requestOptions) Deactivates an experiment metric with a response.Fetches an experiment metric by ID.OnlineExperimentationAsyncClient.getMetric(String experimentMetricId, com.azure.core.http.RequestConditions requestConditions) Fetches an experiment metric by ID.com.azure.core.http.rest.PagedFlux<ExperimentMetric> OnlineExperimentationAsyncClient.listMetrics()Lists experiment metrics.com.azure.core.http.rest.PagedFlux<ExperimentMetric> OnlineExperimentationAsyncClient.listMetrics(Integer top, Integer skip) Lists experiment metrics.com.azure.core.http.rest.PagedIterable<ExperimentMetric> OnlineExperimentationClient.listMetrics()Lists experiment metrics.com.azure.core.http.rest.PagedIterable<ExperimentMetric> OnlineExperimentationClient.listMetrics(Integer top, Integer skip) Lists experiment metrics.OnlineExperimentationAsyncClient.updateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationAsyncClient.updateMetric(String experimentMetricId, ExperimentMetric resource, String ifMatch) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource) Updates an experiment metric with a response.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, String ifMatch) Updates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Updates an experiment metric with a response.Methods in com.azure.analytics.onlineexperimentation with parameters of type ExperimentMetricModifier and TypeMethodDescriptionOnlineExperimentationAsyncClient.createMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.createMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.createMetricWithResponse(String experimentMetricId, ExperimentMetric resource) Creates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.createMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates an experiment metric with a response.OnlineExperimentationAsyncClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationAsyncClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.RequestConditions requestConditions) Creates or updates an experiment metric.OnlineExperimentationClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.createOrUpdateMetric(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.RequestConditions requestConditions) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.createOrUpdateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates or updates an experiment metric with response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.createOrUpdateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Creates or updates an experiment metric with response and conditional headers from RequestConditions.OnlineExperimentationAsyncClient.updateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationAsyncClient.updateMetric(String experimentMetricId, ExperimentMetric resource, String ifMatch) Creates or updates an experiment metric.OnlineExperimentationClient.updateMetric(String experimentMetricId, ExperimentMetric resource) Creates or updates an experiment metric.OnlineExperimentationClient.updateMetric(String experimentMetricId, ExperimentMetric resource, String ifMatch) Creates or updates an experiment metric.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource) Updates an experiment metric with a response.Mono<com.azure.core.http.rest.Response<ExperimentMetric>> OnlineExperimentationAsyncClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, String ifMatch) Updates an experiment metric with a response.com.azure.core.http.rest.Response<ExperimentMetric> OnlineExperimentationClient.updateMetricWithResponse(String experimentMetricId, ExperimentMetric resource, com.azure.core.http.rest.RequestOptions requestOptions) Updates an experiment metric with a response.OnlineExperimentationAsyncClient.validateMetric(ExperimentMetric body) Validates an experiment metric definition.OnlineExperimentationClient.validateMetric(ExperimentMetric body) Validates an experiment metric definition. -
Uses of ExperimentMetric in com.azure.analytics.onlineexperimentation.models
Methods in com.azure.analytics.onlineexperimentation.models that return ExperimentMetricModifier and TypeMethodDescriptionstatic ExperimentMetricExperimentMetric.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExperimentMetric from the JsonReader.ExperimentMetric.setCategories(List<String> categories) Set the categories property: Categories associated with the experiment metric.ExperimentMetric.setDefinition(ExperimentMetricDefinition definition) Set the definition property: The metric definition specifying how the metric value is calculated from event data.ExperimentMetric.setDescription(String description) Set the description property: A detailed description of the experiment metric.ExperimentMetric.setDesiredDirection(DesiredDirection desiredDirection) Set the desiredDirection property: The desired direction for changes in the metric value.ExperimentMetric.setDisplayName(String displayName) Set the displayName property: A user-friendly display name for the experiment metric shown in reports and dashboards.ExperimentMetric.setLifecycle(LifecycleStage lifecycle) Set the lifecycle property: Determines whether it is included in experiment analysis.