ListMetricFeedbackOptions Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. ListMetricFeedbackOptions
- com.
public final class ListMetricFeedbackOptions
Additional properties for filtering results on the lisMetricFeedbacks operation.
Constructor Summary
Constructor | Description |
---|---|
ListMetricFeedbackOptions() |
Create a new instance of List |
Method Summary
Modifier and Type | Method and Description |
---|---|
List |
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. |
List |
setFilter(ListMetricFeedbackFilter listDataFeedFilter)
Set the additional metric feedback filter options that can be passed for filtering the result of lis |
List |
setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page. |
List |
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:
getMaxPageSize
public Integer getMaxPageSize()
Gets limit indicating the number of items that will be included in a service returned page.
Returns:
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:
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:
Returns:
ListMetricFeedbackOptions
value.setMaxPageSize
public ListMetricFeedbackOptions setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java