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