Class JobServiceClient.ListBatchPredictionJobsPage (3.44.0)

public static class JobServiceClient.ListBatchPredictionJobsPage extends AbstractPage<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob,JobServiceClient.ListBatchPredictionJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListBatchPredictionJobsPage

Methods

createPage(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)

protected JobServiceClient.ListBatchPredictionJobsPage createPage(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)
Parameters
Name Description
context PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob>
response ListBatchPredictionJobsResponse
Returns
Type Description
JobServiceClient.ListBatchPredictionJobsPage
Overrides

createPageAsync(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ApiFuture<ListBatchPredictionJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListBatchPredictionJobsPage> createPageAsync(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ApiFuture<ListBatchPredictionJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob>
futureResponse ApiFuture<ListBatchPredictionJobsResponse>
Returns
Type Description
ApiFuture<ListBatchPredictionJobsPage>
Overrides