Uses of Class
com.google.cloud.aiplatform.v1.NotebookServiceClient.ListNotebookRuntimesPagedResponse
Packages that use NotebookServiceClient.ListNotebookRuntimesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of NotebookServiceClient.ListNotebookRuntimesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookServiceClient.ListNotebookRuntimesPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.listNotebookRuntimes(ListNotebookRuntimesRequest request) Lists NotebookRuntimes in a Location.NotebookServiceClient.listNotebookRuntimes(LocationName parent) Lists NotebookRuntimes in a Location.NotebookServiceClient.listNotebookRuntimes(String parent) Lists NotebookRuntimes in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NotebookServiceClient.ListNotebookRuntimesPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.ListNotebookRuntimesPagedResponse.createAsync(PageContext<ListNotebookRuntimesRequest, ListNotebookRuntimesResponse, NotebookRuntime> context, ApiFuture<ListNotebookRuntimesResponse> futureResponse) final UnaryCallable<ListNotebookRuntimesRequest,NotebookServiceClient.ListNotebookRuntimesPagedResponse> NotebookServiceClient.listNotebookRuntimesPagedCallable()Lists NotebookRuntimes in a Location.PagedCallSettings.Builder<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse, NotebookServiceClient.ListNotebookRuntimesPagedResponse> NotebookServiceSettings.Builder.listNotebookRuntimesSettings()Returns the builder for the settings used for calls to listNotebookRuntimes.PagedCallSettings<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse, NotebookServiceClient.ListNotebookRuntimesPagedResponse> NotebookServiceSettings.listNotebookRuntimesSettings()Returns the object with the settings used for calls to listNotebookRuntimes. -
Uses of NotebookServiceClient.ListNotebookRuntimesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type NotebookServiceClient.ListNotebookRuntimesPagedResponseModifier and TypeMethodDescriptionGrpcNotebookServiceStub.listNotebookRuntimesPagedCallable()NotebookServiceStub.listNotebookRuntimesPagedCallable()PagedCallSettings.Builder<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse, NotebookServiceClient.ListNotebookRuntimesPagedResponse> NotebookServiceStubSettings.Builder.listNotebookRuntimesSettings()Returns the builder for the settings used for calls to listNotebookRuntimes.PagedCallSettings<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse, NotebookServiceClient.ListNotebookRuntimesPagedResponse> NotebookServiceStubSettings.listNotebookRuntimesSettings()Returns the object with the settings used for calls to listNotebookRuntimes.