| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
A client to Vertex AI API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.aiplatform.v1.stub |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,JobServiceClient.ListBatchPredictionJobsPagedResponse> |
JobServiceSettings.listBatchPredictionJobsSettings()
Returns the object with the settings used for calls to listBatchPredictionJobs.
|
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.
|
Copyright © 2024 Google LLC. All rights reserved.