Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.SearchFeaturesPage
-
Packages that use FeaturestoreServiceClient.SearchFeaturesPage Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FeaturestoreServiceClient.SearchFeaturesPage in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient.SearchFeaturesPage Modifier and Type Method Description protected FeaturestoreServiceClient.SearchFeaturesPage
FeaturestoreServiceClient.SearchFeaturesPage. createPage(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, SearchFeaturesResponse response)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreServiceClient.SearchFeaturesPage Modifier and Type Method Description com.google.api.core.ApiFuture<FeaturestoreServiceClient.SearchFeaturesPage>
FeaturestoreServiceClient.SearchFeaturesPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<SearchFeaturesResponse> futureResponse)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type FeaturestoreServiceClient.SearchFeaturesPage Modifier and Type Method Description protected FeaturestoreServiceClient.SearchFeaturesFixedSizeCollection
FeaturestoreServiceClient.SearchFeaturesFixedSizeCollection. createCollection(List<FeaturestoreServiceClient.SearchFeaturesPage> pages, int collectionSize)
-