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