Class ModelMonitoringServiceClient.ListModelMonitorsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor,ModelMonitoringServiceClient.ListModelMonitorsPage>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringServiceClient.ListModelMonitorsPage
- All Implemented Interfaces:
AsyncPage<ModelMonitor>,Page<ModelMonitor>
- Enclosing class:
- ModelMonitoringServiceClient
public static class ModelMonitoringServiceClient.ListModelMonitorsPage
extends AbstractPage<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitor,ModelMonitoringServiceClient.ListModelMonitorsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListModelMonitorsRequest, ListModelMonitorsResponse, ModelMonitor> context, ListModelMonitorsResponse response) createPageAsync(PageContext<ListModelMonitorsRequest, ListModelMonitorsResponse, ModelMonitor> context, ApiFuture<ListModelMonitorsResponse> 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
protected ModelMonitoringServiceClient.ListModelMonitorsPage createPage(PageContext<ListModelMonitorsRequest, ListModelMonitorsResponse, ModelMonitor> context, ListModelMonitorsResponse response) -
createPageAsync
public ApiFuture<ModelMonitoringServiceClient.ListModelMonitorsPage> createPageAsync(PageContext<ListModelMonitorsRequest, ListModelMonitorsResponse, ModelMonitor> context, ApiFuture<ListModelMonitorsResponse> futureResponse)
-