| 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 |
|---|---|
MetadataServiceClient.ListExecutionsPagedResponse |
MetadataServiceClient.listExecutions(ListExecutionsRequest request)
Lists Executions in the MetadataStore.
|
MetadataServiceClient.ListExecutionsPagedResponse |
MetadataServiceClient.listExecutions(MetadataStoreName parent)
Lists Executions in the MetadataStore.
|
MetadataServiceClient.ListExecutionsPagedResponse |
MetadataServiceClient.listExecutions(String parent)
Lists Executions in the MetadataStore.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceClient.ListExecutionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context,
com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceClient.listExecutionsPagedCallable()
Lists Executions in the MetadataStore.
|
com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceSettings.listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceSettings.Builder.listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> |
GrpcMetadataServiceStub.listExecutionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceStub.listExecutionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceStubSettings.listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> |
MetadataServiceStubSettings.Builder.listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
|
Copyright © 2024 Google LLC. All rights reserved.