Class ListMetricFeedbackOptions

java.lang.Object
com.azure.ai.metricsadvisor.models.ListMetricFeedbackOptions

public final class ListMetricFeedbackOptions extends Object
Additional properties for filtering results on the lisMetricFeedbacks operation.
  • Constructor Details

    • ListMetricFeedbackOptions

      public ListMetricFeedbackOptions()
  • Method Details

    • getFilter

      public ListMetricFeedbackFilter getFilter()
      Get the additional metric feedback filter options that can be passed for filtering the result of the metric feedbacks returned by the service
      Returns:
      The metric feedback filter options used for filtering the result of the metric feedbacks returned by the service.
    • setFilter

      public ListMetricFeedbackOptions setFilter(ListMetricFeedbackFilter listDataFeedFilter)
      Set the additional metric feedback filter options that can be passed for filtering the result of lisMetricFeedbacks operation.
      Parameters:
      listDataFeedFilter - the additional metric feedback filter options that can be passed for filtering the metric feedbacks returned by the service.
      Returns:
      the updated ListMetricFeedbackOptions value.
    • getMaxPageSize

      public Integer getMaxPageSize()
      Gets limit indicating the number of items that will be included in a service returned page.
      Returns:
      The max page size value.
    • getSkip

      public Integer getSkip()
      Gets the number of items in the queried collection that will be skipped and not included in the returned result.
      Returns:
      The skip value.
    • setMaxPageSize

      public ListMetricFeedbackOptions setMaxPageSize(Integer maxPageSize)
      Sets limit indicating the number of items to be included in a service returned page.
      Parameters:
      maxPageSize - The max page size value.
      Returns:
      The ListDataFeedOptions object itself.
    • setSkip

      public ListMetricFeedbackOptions setSkip(Integer skip)
      Sets the number of items in the queried collection that are to be skipped and not included in the returned result.
      Parameters:
      skip - The skip value.
      Returns:
      ListMetricFeedbackOptions itself.