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