Uses of Class
com.google.cloud.aiplatform.v1beta1.FeaturestoreServiceClient.SearchFeaturesPagedResponse
Packages that use FeaturestoreServiceClient.SearchFeaturesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of FeaturestoreServiceClient.SearchFeaturesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FeaturestoreServiceClient.SearchFeaturesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.searchFeatures(LocationName location) Searches Features matching a query in a given project.FeaturestoreServiceClient.searchFeatures(LocationName location, String query) Searches Features matching a query in a given project.FeaturestoreServiceClient.searchFeatures(SearchFeaturesRequest request) Searches Features matching a query in a given project.FeaturestoreServiceClient.searchFeatures(String location) Searches Features matching a query in a given project.FeaturestoreServiceClient.searchFeatures(String location, String query) Searches Features matching a query in a given project.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FeaturestoreServiceClient.SearchFeaturesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceClient.SearchFeaturesPagedResponse.createAsync(PageContext<SearchFeaturesRequest, SearchFeaturesResponse, Feature> context, ApiFuture<SearchFeaturesResponse> futureResponse) FeaturestoreServiceClient.searchFeaturesPagedCallable()Searches Features matching a query in a given project.PagedCallSettings.Builder<SearchFeaturesRequest,SearchFeaturesResponse, FeaturestoreServiceClient.SearchFeaturesPagedResponse> FeaturestoreServiceSettings.Builder.searchFeaturesSettings()Returns the builder for the settings used for calls to searchFeatures.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse, FeaturestoreServiceClient.SearchFeaturesPagedResponse> FeaturestoreServiceSettings.searchFeaturesSettings()Returns the object with the settings used for calls to searchFeatures. -
Uses of FeaturestoreServiceClient.SearchFeaturesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type FeaturestoreServiceClient.SearchFeaturesPagedResponseModifier and TypeMethodDescriptionFeaturestoreServiceStub.searchFeaturesPagedCallable()GrpcFeaturestoreServiceStub.searchFeaturesPagedCallable()PagedCallSettings.Builder<SearchFeaturesRequest,SearchFeaturesResponse, FeaturestoreServiceClient.SearchFeaturesPagedResponse> FeaturestoreServiceStubSettings.Builder.searchFeaturesSettings()Returns the builder for the settings used for calls to searchFeatures.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse, FeaturestoreServiceClient.SearchFeaturesPagedResponse> FeaturestoreServiceStubSettings.searchFeaturesSettings()Returns the object with the settings used for calls to searchFeatures.