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