Uses of Class
com.google.cloud.aiplatform.v1.NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse
Packages that use NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.listNotebookRuntimeTemplates(ListNotebookRuntimeTemplatesRequest request) Lists NotebookRuntimeTemplates in a Location.NotebookServiceClient.listNotebookRuntimeTemplates(LocationName parent) Lists NotebookRuntimeTemplates in a Location.NotebookServiceClient.listNotebookRuntimeTemplates(String parent) Lists NotebookRuntimeTemplates in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse.createAsync(PageContext<ListNotebookRuntimeTemplatesRequest, ListNotebookRuntimeTemplatesResponse, NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse) final UnaryCallable<ListNotebookRuntimeTemplatesRequest,NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceClient.listNotebookRuntimeTemplatesPagedCallable()Lists NotebookRuntimeTemplates in a Location.PagedCallSettings.Builder<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse, NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceSettings.Builder.listNotebookRuntimeTemplatesSettings()Returns the builder for the settings used for calls to listNotebookRuntimeTemplates.PagedCallSettings<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse, NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceSettings.listNotebookRuntimeTemplatesSettings()Returns the object with the settings used for calls to listNotebookRuntimeTemplates. -
Uses of NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponseModifier and TypeMethodDescriptionUnaryCallable<ListNotebookRuntimeTemplatesRequest,NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> GrpcNotebookServiceStub.listNotebookRuntimeTemplatesPagedCallable()UnaryCallable<ListNotebookRuntimeTemplatesRequest,NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceStub.listNotebookRuntimeTemplatesPagedCallable()PagedCallSettings.Builder<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse, NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceStubSettings.Builder.listNotebookRuntimeTemplatesSettings()Returns the builder for the settings used for calls to listNotebookRuntimeTemplates.PagedCallSettings<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse, NotebookServiceClient.ListNotebookRuntimeTemplatesPagedResponse> NotebookServiceStubSettings.listNotebookRuntimeTemplatesSettings()Returns the object with the settings used for calls to listNotebookRuntimeTemplates.