Uses of Class
com.google.cloud.aiplatform.v1beta1.TensorboardServiceClient.ListTensorboardsPagedResponse
Packages that use TensorboardServiceClient.ListTensorboardsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of TensorboardServiceClient.ListTensorboardsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TensorboardServiceClient.ListTensorboardsPagedResponseModifier and TypeMethodDescriptionTensorboardServiceClient.listTensorboards(ListTensorboardsRequest request) Lists Tensorboards in a Location.TensorboardServiceClient.listTensorboards(LocationName parent) Lists Tensorboards in a Location.TensorboardServiceClient.listTensorboards(String parent) Lists Tensorboards in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type TensorboardServiceClient.ListTensorboardsPagedResponseModifier and TypeMethodDescriptionTensorboardServiceClient.ListTensorboardsPagedResponse.createAsync(PageContext<ListTensorboardsRequest, ListTensorboardsResponse, Tensorboard> context, ApiFuture<ListTensorboardsResponse> futureResponse) TensorboardServiceClient.listTensorboardsPagedCallable()Lists Tensorboards in a Location.PagedCallSettings.Builder<ListTensorboardsRequest,ListTensorboardsResponse, TensorboardServiceClient.ListTensorboardsPagedResponse> TensorboardServiceSettings.Builder.listTensorboardsSettings()Returns the builder for the settings used for calls to listTensorboards.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse, TensorboardServiceClient.ListTensorboardsPagedResponse> TensorboardServiceSettings.listTensorboardsSettings()Returns the object with the settings used for calls to listTensorboards. -
Uses of TensorboardServiceClient.ListTensorboardsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type TensorboardServiceClient.ListTensorboardsPagedResponseModifier and TypeMethodDescriptionGrpcTensorboardServiceStub.listTensorboardsPagedCallable()TensorboardServiceStub.listTensorboardsPagedCallable()PagedCallSettings.Builder<ListTensorboardsRequest,ListTensorboardsResponse, TensorboardServiceClient.ListTensorboardsPagedResponse> TensorboardServiceStubSettings.Builder.listTensorboardsSettings()Returns the builder for the settings used for calls to listTensorboards.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse, TensorboardServiceClient.ListTensorboardsPagedResponse> TensorboardServiceStubSettings.listTensorboardsSettings()Returns the object with the settings used for calls to listTensorboards.