Compartilhar via


ListMetricFeedbackOptions Class

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

public final class ListMetricFeedbackOptions

Additional properties for filtering results on the lisMetricFeedbacks operation.

Constructor Summary

Constructor Description
ListMetricFeedbackOptions()

Create a new instance of ListMetricFeedbackOptions class.

Method Summary

Modifier and Type Method and Description
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

Integer getMaxPageSize()

Gets limit indicating the number of items that will be included in a service returned page.

Integer getSkip()

Gets the number of items in the queried collection that will be skipped and not included in the returned result.

ListMetricFeedbackOptions 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.

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.

Methods inherited from java.lang.Object

Constructor Details

ListMetricFeedbackOptions

public ListMetricFeedbackOptions()

Create a new instance of ListMetricFeedbackOptions class.

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.

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.

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.

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.

Applies to