Uses of Class
com.google.cloud.aiplatform.v1.EndpointServiceSettings
-
Packages that use EndpointServiceSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of EndpointServiceSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return EndpointServiceSettings Modifier and Type Method Description EndpointServiceSettings
EndpointServiceSettings.Builder. build()
static EndpointServiceSettings
EndpointServiceSettings. create(EndpointServiceStubSettings stub)
EndpointServiceSettings
EndpointServiceClient. getSettings()
Methods in com.google.cloud.aiplatform.v1 with parameters of type EndpointServiceSettings Modifier and Type Method Description static EndpointServiceClient
EndpointServiceClient. create(EndpointServiceSettings settings)
Constructs an instance of EndpointServiceClient, using the given settings.Constructors in com.google.cloud.aiplatform.v1 with parameters of type EndpointServiceSettings Constructor Description Builder(EndpointServiceSettings settings)
EndpointServiceClient(EndpointServiceSettings settings)
Constructs an instance of EndpointServiceClient, using the given settings.
-