Uses of Class
com.google.cloud.aiplatform.v1beta1.PredictionServiceSettings.Builder
-
Packages that use PredictionServiceSettings.Builder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of PredictionServiceSettings.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PredictionServiceSettings.Builder Modifier and Type Method Description PredictionServiceSettings.Builder
PredictionServiceSettings.Builder. applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.static PredictionServiceSettings.Builder
PredictionServiceSettings. newBuilder()
Returns a new builder for this class.static PredictionServiceSettings.Builder
PredictionServiceSettings. newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.PredictionServiceSettings.Builder
PredictionServiceSettings. toBuilder()
Returns a builder containing all the values of this settings class.Constructors in com.google.cloud.aiplatform.v1beta1 with parameters of type PredictionServiceSettings.Builder Constructor Description PredictionServiceSettings(PredictionServiceSettings.Builder settingsBuilder)
-