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