Uses of Class
com.google.cloud.aiplatform.v1beta1.TensorboardServiceClient.ListTensorboardExperimentsPagedResponse
Packages that use TensorboardServiceClient.ListTensorboardExperimentsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of TensorboardServiceClient.ListTensorboardExperimentsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TensorboardServiceClient.ListTensorboardExperimentsPagedResponseModifier and TypeMethodDescriptionTensorboardServiceClient.listTensorboardExperiments(ListTensorboardExperimentsRequest request) Lists TensorboardExperiments in a Location.TensorboardServiceClient.listTensorboardExperiments(TensorboardName parent) Lists TensorboardExperiments in a Location.TensorboardServiceClient.listTensorboardExperiments(String parent) Lists TensorboardExperiments in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type TensorboardServiceClient.ListTensorboardExperimentsPagedResponseModifier and TypeMethodDescriptionTensorboardServiceClient.ListTensorboardExperimentsPagedResponse.createAsync(PageContext<ListTensorboardExperimentsRequest, ListTensorboardExperimentsResponse, TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse) final UnaryCallable<ListTensorboardExperimentsRequest,TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceClient.listTensorboardExperimentsPagedCallable()Lists TensorboardExperiments in a Location.PagedCallSettings.Builder<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse, TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceSettings.Builder.listTensorboardExperimentsSettings()Returns the builder for the settings used for calls to listTensorboardExperiments.PagedCallSettings<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse, TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceSettings.listTensorboardExperimentsSettings()Returns the object with the settings used for calls to listTensorboardExperiments. -
Uses of TensorboardServiceClient.ListTensorboardExperimentsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type TensorboardServiceClient.ListTensorboardExperimentsPagedResponseModifier and TypeMethodDescriptionUnaryCallable<ListTensorboardExperimentsRequest,TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> GrpcTensorboardServiceStub.listTensorboardExperimentsPagedCallable()UnaryCallable<ListTensorboardExperimentsRequest,TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceStub.listTensorboardExperimentsPagedCallable()PagedCallSettings.Builder<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse, TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceStubSettings.Builder.listTensorboardExperimentsSettings()Returns the builder for the settings used for calls to listTensorboardExperiments.PagedCallSettings<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse, TensorboardServiceClient.ListTensorboardExperimentsPagedResponse> TensorboardServiceStubSettings.listTensorboardExperimentsSettings()Returns the object with the settings used for calls to listTensorboardExperiments.