Uses of Class
com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListBatchPredictionJobsPagedResponse
Packages that use JobServiceClient.ListBatchPredictionJobsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of JobServiceClient.ListBatchPredictionJobsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return JobServiceClient.ListBatchPredictionJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.listBatchPredictionJobs(ListBatchPredictionJobsRequest request) Lists BatchPredictionJobs in a Location.JobServiceClient.listBatchPredictionJobs(LocationName parent) Lists BatchPredictionJobs in a Location.JobServiceClient.listBatchPredictionJobs(String parent) Lists BatchPredictionJobs in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type JobServiceClient.ListBatchPredictionJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.ListBatchPredictionJobsPagedResponse.createAsync(PageContext<ListBatchPredictionJobsRequest, ListBatchPredictionJobsResponse, BatchPredictionJob> context, ApiFuture<ListBatchPredictionJobsResponse> futureResponse) final UnaryCallable<ListBatchPredictionJobsRequest,JobServiceClient.ListBatchPredictionJobsPagedResponse> JobServiceClient.listBatchPredictionJobsPagedCallable()Lists BatchPredictionJobs in a Location.PagedCallSettings.Builder<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse, JobServiceClient.ListBatchPredictionJobsPagedResponse> JobServiceSettings.Builder.listBatchPredictionJobsSettings()Returns the builder for the settings used for calls to listBatchPredictionJobs.PagedCallSettings<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse, JobServiceClient.ListBatchPredictionJobsPagedResponse> JobServiceSettings.listBatchPredictionJobsSettings()Returns the object with the settings used for calls to listBatchPredictionJobs. -
Uses of JobServiceClient.ListBatchPredictionJobsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type JobServiceClient.ListBatchPredictionJobsPagedResponseModifier and TypeMethodDescriptionGrpcJobServiceStub.listBatchPredictionJobsPagedCallable()JobServiceStub.listBatchPredictionJobsPagedCallable()PagedCallSettings.Builder<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse, JobServiceClient.ListBatchPredictionJobsPagedResponse> JobServiceStubSettings.Builder.listBatchPredictionJobsSettings()Returns the builder for the settings used for calls to listBatchPredictionJobs.PagedCallSettings<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse, JobServiceClient.ListBatchPredictionJobsPagedResponse> JobServiceStubSettings.listBatchPredictionJobsSettings()Returns the object with the settings used for calls to listBatchPredictionJobs.