| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
A client to Vertex AI API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.aiplatform.v1beta1.stub |
| Modifier and Type | Method and Description |
|---|---|
NotebookServiceClient.ListNotebookRuntimesPagedResponse |
NotebookServiceClient.listNotebookRuntimes(ListNotebookRuntimesRequest request)
Lists NotebookRuntimes in a Location.
|
NotebookServiceClient.ListNotebookRuntimesPagedResponse |
NotebookServiceClient.listNotebookRuntimes(LocationName parent)
Lists NotebookRuntimes in a Location.
|
NotebookServiceClient.ListNotebookRuntimesPagedResponse |
NotebookServiceClient.listNotebookRuntimes(String parent)
Lists NotebookRuntimes in a Location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<NotebookServiceClient.ListNotebookRuntimesPagedResponse> |
NotebookServiceClient.ListNotebookRuntimesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime> context,
com.google.api.core.ApiFuture<ListNotebookRuntimesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListNotebookRuntimesRequest,NotebookServiceClient.ListNotebookRuntimesPagedResponse> |
NotebookServiceClient.listNotebookRuntimesPagedCallable()
Lists NotebookRuntimes in a Location.
|
com.google.api.gax.rpc.PagedCallSettings<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookServiceClient.ListNotebookRuntimesPagedResponse> |
NotebookServiceSettings.listNotebookRuntimesSettings()
Returns the object with the settings used for calls to listNotebookRuntimes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookServiceClient.ListNotebookRuntimesPagedResponse> |
NotebookServiceSettings.Builder.listNotebookRuntimesSettings()
Returns the builder for the settings used for calls to listNotebookRuntimes.
|
Copyright © 2024 Google LLC. All rights reserved.