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