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:
com.google.api.gax.paging.AsyncPage<BatchPredictionJob>
,com.google.api.gax.paging.Page<BatchPredictionJob>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListBatchPredictionJobsPage extends com.google.api.gax.paging.AbstractPage<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob,JobServiceClient.ListBatchPredictionJobsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceClient.ListBatchPredictionJobsPage
createPage(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListBatchPredictionJobsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, com.google.api.core.ApiFuture<ListBatchPredictionJobsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected JobServiceClient.ListBatchPredictionJobsPage createPage(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob,JobServiceClient.ListBatchPredictionJobsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<JobServiceClient.ListBatchPredictionJobsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, com.google.api.core.ApiFuture<ListBatchPredictionJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob,JobServiceClient.ListBatchPredictionJobsPage>
-
-