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