Class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage
- All Implemented Interfaces:
AsyncPage<ModelMonitoringAlert>,Page<ModelMonitoringAlert>
- Enclosing class:
- ModelMonitoringServiceClient
public static class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage
extends AbstractPage<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<SearchModelMonitoringAlertsRequest, SearchModelMonitoringAlertsResponse, ModelMonitoringAlert> context, SearchModelMonitoringAlertsResponse response) createPageAsync(PageContext<SearchModelMonitoringAlertsRequest, SearchModelMonitoringAlertsResponse, ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
-
createPageAsync
public ApiFuture<ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage> createPageAsync(PageContext<SearchModelMonitoringAlertsRequest, SearchModelMonitoringAlertsResponse, ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse)
-