Uses of Class
com.google.cloud.aiplatform.v1.NotebookServiceClient.ListNotebookExecutionJobsPagedResponse
Packages that use NotebookServiceClient.ListNotebookExecutionJobsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of NotebookServiceClient.ListNotebookExecutionJobsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookServiceClient.ListNotebookExecutionJobsPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.listNotebookExecutionJobs(ListNotebookExecutionJobsRequest request) Lists NotebookExecutionJobs in a Location.NotebookServiceClient.listNotebookExecutionJobs(LocationName parent) Lists NotebookExecutionJobs in a Location.NotebookServiceClient.listNotebookExecutionJobs(String parent) Lists NotebookExecutionJobs in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NotebookServiceClient.ListNotebookExecutionJobsPagedResponseModifier and TypeMethodDescriptionNotebookServiceClient.ListNotebookExecutionJobsPagedResponse.createAsync(PageContext<ListNotebookExecutionJobsRequest, ListNotebookExecutionJobsResponse, NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse) final UnaryCallable<ListNotebookExecutionJobsRequest,NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceClient.listNotebookExecutionJobsPagedCallable()Lists NotebookExecutionJobs in a Location.PagedCallSettings.Builder<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse, NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceSettings.Builder.listNotebookExecutionJobsSettings()Returns the builder for the settings used for calls to listNotebookExecutionJobs.PagedCallSettings<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse, NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceSettings.listNotebookExecutionJobsSettings()Returns the object with the settings used for calls to listNotebookExecutionJobs. -
Uses of NotebookServiceClient.ListNotebookExecutionJobsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type NotebookServiceClient.ListNotebookExecutionJobsPagedResponseModifier and TypeMethodDescriptionUnaryCallable<ListNotebookExecutionJobsRequest,NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> GrpcNotebookServiceStub.listNotebookExecutionJobsPagedCallable()UnaryCallable<ListNotebookExecutionJobsRequest,NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceStub.listNotebookExecutionJobsPagedCallable()PagedCallSettings.Builder<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse, NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceStubSettings.Builder.listNotebookExecutionJobsSettings()Returns the builder for the settings used for calls to listNotebookExecutionJobs.PagedCallSettings<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse, NotebookServiceClient.ListNotebookExecutionJobsPagedResponse> NotebookServiceStubSettings.listNotebookExecutionJobsSettings()Returns the object with the settings used for calls to listNotebookExecutionJobs.