Uses of Class
com.google.cloud.aiplatform.v1.JobServiceClient.ListDataLabelingJobsPagedResponse
Packages that use JobServiceClient.ListDataLabelingJobsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of JobServiceClient.ListDataLabelingJobsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return JobServiceClient.ListDataLabelingJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.listDataLabelingJobs(ListDataLabelingJobsRequest request) Lists DataLabelingJobs in a Location.JobServiceClient.listDataLabelingJobs(LocationName parent) Lists DataLabelingJobs in a Location.JobServiceClient.listDataLabelingJobs(String parent) Lists DataLabelingJobs in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type JobServiceClient.ListDataLabelingJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.ListDataLabelingJobsPagedResponse.createAsync(PageContext<ListDataLabelingJobsRequest, ListDataLabelingJobsResponse, DataLabelingJob> context, ApiFuture<ListDataLabelingJobsResponse> futureResponse) JobServiceClient.listDataLabelingJobsPagedCallable()Lists DataLabelingJobs in a Location.PagedCallSettings.Builder<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse, JobServiceClient.ListDataLabelingJobsPagedResponse> JobServiceSettings.Builder.listDataLabelingJobsSettings()Returns the builder for the settings used for calls to listDataLabelingJobs.PagedCallSettings<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse, JobServiceClient.ListDataLabelingJobsPagedResponse> JobServiceSettings.listDataLabelingJobsSettings()Returns the object with the settings used for calls to listDataLabelingJobs. -
Uses of JobServiceClient.ListDataLabelingJobsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type JobServiceClient.ListDataLabelingJobsPagedResponseModifier and TypeMethodDescriptionGrpcJobServiceStub.listDataLabelingJobsPagedCallable()JobServiceStub.listDataLabelingJobsPagedCallable()PagedCallSettings.Builder<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse, JobServiceClient.ListDataLabelingJobsPagedResponse> JobServiceStubSettings.Builder.listDataLabelingJobsSettings()Returns the builder for the settings used for calls to listDataLabelingJobs.PagedCallSettings<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse, JobServiceClient.ListDataLabelingJobsPagedResponse> JobServiceStubSettings.listDataLabelingJobsSettings()Returns the object with the settings used for calls to listDataLabelingJobs.