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