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