This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I haven't tested this, but based on the source code the setup would be
similar to this: import google.cloud.aiplatform as aip from
google.cloud.aiplatform import hyperparameter_tuning as hpt aip.init()
hpt_spec = { "optimizer": hpt.CategoricalParamet...