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