Uses of Class
com.google.cloud.aiplatform.v1beta1.OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse
Packages that use OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponseModifier and TypeMethodDescriptionOnlineEvaluatorServiceClient.listOnlineEvaluators(ListOnlineEvaluatorsRequest request) Lists the OnlineEvaluators for the given project and location.OnlineEvaluatorServiceClient.listOnlineEvaluators(LocationName parent) Lists the OnlineEvaluators for the given project and location.OnlineEvaluatorServiceClient.listOnlineEvaluators(String parent) Lists the OnlineEvaluators for the given project and location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponseModifier and TypeMethodDescriptionOnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse.createAsync(PageContext<ListOnlineEvaluatorsRequest, ListOnlineEvaluatorsResponse, OnlineEvaluator> context, ApiFuture<ListOnlineEvaluatorsResponse> futureResponse) final UnaryCallable<ListOnlineEvaluatorsRequest,OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceClient.listOnlineEvaluatorsPagedCallable()Lists the OnlineEvaluators for the given project and location.PagedCallSettings.Builder<ListOnlineEvaluatorsRequest,ListOnlineEvaluatorsResponse, OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceSettings.Builder.listOnlineEvaluatorsSettings()Returns the builder for the settings used for calls to listOnlineEvaluators.PagedCallSettings<ListOnlineEvaluatorsRequest,ListOnlineEvaluatorsResponse, OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceSettings.listOnlineEvaluatorsSettings()Returns the object with the settings used for calls to listOnlineEvaluators. -
Uses of OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponseModifier and TypeMethodDescriptionUnaryCallable<ListOnlineEvaluatorsRequest,OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> GrpcOnlineEvaluatorServiceStub.listOnlineEvaluatorsPagedCallable()UnaryCallable<ListOnlineEvaluatorsRequest,OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceStub.listOnlineEvaluatorsPagedCallable()PagedCallSettings.Builder<ListOnlineEvaluatorsRequest,ListOnlineEvaluatorsResponse, OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceStubSettings.Builder.listOnlineEvaluatorsSettings()Returns the builder for the settings used for calls to listOnlineEvaluators.PagedCallSettings<ListOnlineEvaluatorsRequest,ListOnlineEvaluatorsResponse, OnlineEvaluatorServiceClient.ListOnlineEvaluatorsPagedResponse> OnlineEvaluatorServiceStubSettings.listOnlineEvaluatorsSettings()Returns the object with the settings used for calls to listOnlineEvaluators.