Uses of Class
com.google.cloud.aiplatform.v1.JobServiceClient.ListDataLabelingJobsPagedResponse
-
Packages that use JobServiceClient.ListDataLabelingJobsPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of JobServiceClient.ListDataLabelingJobsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return JobServiceClient.ListDataLabelingJobsPagedResponse Modifier and Type Method Description JobServiceClient.ListDataLabelingJobsPagedResponseJobServiceClient. listDataLabelingJobs(ListDataLabelingJobsRequest request)Lists DataLabelingJobs in a Location.JobServiceClient.ListDataLabelingJobsPagedResponseJobServiceClient. listDataLabelingJobs(LocationName parent)Lists DataLabelingJobs in a Location.JobServiceClient.ListDataLabelingJobsPagedResponseJobServiceClient. listDataLabelingJobs(String parent)Lists DataLabelingJobs in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type JobServiceClient.ListDataLabelingJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListDataLabelingJobsPagedResponse>JobServiceClient.ListDataLabelingJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, com.google.api.core.ApiFuture<ListDataLabelingJobsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListDataLabelingJobsRequest,JobServiceClient.ListDataLabelingJobsPagedResponse>JobServiceClient. listDataLabelingJobsPagedCallable()Lists DataLabelingJobs in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,JobServiceClient.ListDataLabelingJobsPagedResponse>JobServiceSettings.Builder. listDataLabelingJobsSettings()Returns the builder for the settings used for calls to listDataLabelingJobs.com.google.api.gax.rpc.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
-