Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient.SearchFeaturesPagedResponse
-
Packages that use FeaturestoreServiceClient.SearchFeaturesPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of FeaturestoreServiceClient.SearchFeaturesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient.SearchFeaturesPagedResponse Modifier and Type Method Description FeaturestoreServiceClient.SearchFeaturesPagedResponse
FeaturestoreServiceClient. searchFeatures(LocationName location)
Searches Features matching a query in a given project.FeaturestoreServiceClient.SearchFeaturesPagedResponse
FeaturestoreServiceClient. searchFeatures(LocationName location, String query)
Searches Features matching a query in a given project.FeaturestoreServiceClient.SearchFeaturesPagedResponse
FeaturestoreServiceClient. searchFeatures(SearchFeaturesRequest request)
Searches Features matching a query in a given project.FeaturestoreServiceClient.SearchFeaturesPagedResponse
FeaturestoreServiceClient. searchFeatures(String location)
Searches Features matching a query in a given project.FeaturestoreServiceClient.SearchFeaturesPagedResponse
FeaturestoreServiceClient. searchFeatures(String location, String query)
Searches Features matching a query in a given project.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreServiceClient.SearchFeaturesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceClient.SearchFeaturesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<SearchFeaturesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceClient. searchFeaturesPagedCallable()
Searches Features matching a query in a given project.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceSettings.Builder. searchFeaturesSettings()
Returns the builder for the settings used for calls to searchFeatures.com.google.api.gax.rpc.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.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type FeaturestoreServiceClient.SearchFeaturesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceStub. searchFeaturesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
GrpcFeaturestoreServiceStub. searchFeaturesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceStubSettings.Builder. searchFeaturesSettings()
Returns the builder for the settings used for calls to searchFeatures.com.google.api.gax.rpc.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceStubSettings. searchFeaturesSettings()
Returns the object with the settings used for calls to searchFeatures.
-