Uses of Class
com.google.cloud.aiplatform.v1.FeaturestoreServiceClient
-
Packages that use FeaturestoreServiceClient Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of FeaturestoreServiceClient in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreServiceClient Modifier and Type Method Description static FeaturestoreServiceClient
FeaturestoreServiceClient. create()
Constructs an instance of FeaturestoreServiceClient with default settings.static FeaturestoreServiceClient
FeaturestoreServiceClient. create(FeaturestoreServiceSettings settings)
Constructs an instance of FeaturestoreServiceClient, using the given settings.static FeaturestoreServiceClient
FeaturestoreServiceClient. create(FeaturestoreServiceStub stub)
Constructs an instance of FeaturestoreServiceClient, using the given stub for making calls.
-