Uses of Class
com.google.cloud.aiplatform.v1.JobServiceClient.ListBatchPredictionJobsPage
-
Packages that use JobServiceClient.ListBatchPredictionJobsPage Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of JobServiceClient.ListBatchPredictionJobsPage in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return JobServiceClient.ListBatchPredictionJobsPage Modifier and Type Method Description protected JobServiceClient.ListBatchPredictionJobsPage
JobServiceClient.ListBatchPredictionJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type JobServiceClient.ListBatchPredictionJobsPage Modifier and Type Method Description com.google.api.core.ApiFuture<JobServiceClient.ListBatchPredictionJobsPage>
JobServiceClient.ListBatchPredictionJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, com.google.api.core.ApiFuture<ListBatchPredictionJobsResponse> futureResponse)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type JobServiceClient.ListBatchPredictionJobsPage Modifier and Type Method Description protected JobServiceClient.ListBatchPredictionJobsFixedSizeCollection
JobServiceClient.ListBatchPredictionJobsFixedSizeCollection. createCollection(List<JobServiceClient.ListBatchPredictionJobsPage> pages, int collectionSize)
-