Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricFeedbackOptions
Packages that use ListMetricFeedbackOptions
Package
Description
Package containing classes for creating a
MetricsAdvisorAsyncClient
and MetricsAdvisorClient to
perform operations on Azure Metrics Advisor service.Package containing classes for AzureCognitiveServiceMetricsAdvisorRestAPIOpenAPIV2.
-
Uses of ListMetricFeedbackOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListMetricFeedbackOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<MetricFeedback>MetricsAdvisorAsyncClient.listFeedback(String metricId, ListMetricFeedbackOptions options) List information of all metric feedbacks on the metrics advisor account for a metric Id.com.azure.core.http.rest.PagedIterable<MetricFeedback>MetricsAdvisorClient.listFeedback(String metricId, ListMetricFeedbackOptions options, com.azure.core.util.Context context) List information of all metric feedbacks on the metrics advisor account. -
Uses of ListMetricFeedbackOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListMetricFeedbackOptionsModifier and TypeMethodDescriptionListMetricFeedbackOptions.setFilter(ListMetricFeedbackFilter listDataFeedFilter) Set the additional metric feedback filter options that can be passed for filtering the result of lisMetricFeedbacks operation.ListMetricFeedbackOptions.setMaxPageSize(Integer maxPageSize) Sets limit indicating the number of items to be included in a service returned page.Sets the number of items in the queried collection that are to be skipped and not included in the returned result.