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