Uses of Class
com.google.cloud.aiplatform.v1.stub.IndexEndpointServiceStubSettings
-
Packages that use IndexEndpointServiceStubSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of IndexEndpointServiceStubSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexEndpointServiceStubSettings Modifier and Type Method Description static IndexEndpointServiceSettings
IndexEndpointServiceSettings. create(IndexEndpointServiceStubSettings stub)
-
Uses of IndexEndpointServiceStubSettings in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return IndexEndpointServiceStubSettings Modifier and Type Method Description IndexEndpointServiceStubSettings
IndexEndpointServiceStubSettings.Builder. build()
Methods in com.google.cloud.aiplatform.v1.stub with parameters of type IndexEndpointServiceStubSettings Modifier and Type Method Description static GrpcIndexEndpointServiceStub
GrpcIndexEndpointServiceStub. create(IndexEndpointServiceStubSettings settings)
Constructors in com.google.cloud.aiplatform.v1.stub with parameters of type IndexEndpointServiceStubSettings Constructor Description Builder(IndexEndpointServiceStubSettings settings)
GrpcIndexEndpointServiceStub(IndexEndpointServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcIndexEndpointServiceStub, using the given settings.GrpcIndexEndpointServiceStub(IndexEndpointServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcIndexEndpointServiceStub, using the given settings.
-