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