Uses of Class
com.databricks.sdk.service.ml.UpdateRegistryWebhook
-
Packages that use UpdateRegistryWebhook Package Description com.databricks.sdk.service.ml -
-
Uses of UpdateRegistryWebhook in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return UpdateRegistryWebhook Modifier and Type Method Description UpdateRegistryWebhook
UpdateRegistryWebhook. setDescription(String description)
UpdateRegistryWebhook
UpdateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)
UpdateRegistryWebhook
UpdateRegistryWebhook. setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
UpdateRegistryWebhook
UpdateRegistryWebhook. setId(String id)
UpdateRegistryWebhook
UpdateRegistryWebhook. setJobSpec(JobSpec jobSpec)
UpdateRegistryWebhook
UpdateRegistryWebhook. setStatus(RegistryWebhookStatus status)
Methods in com.databricks.sdk.service.ml with parameters of type UpdateRegistryWebhook Modifier and Type Method Description void
ModelRegistryAPI. updateWebhook(UpdateRegistryWebhook request)
Update a webhook.void
ModelRegistryService. updateWebhook(UpdateRegistryWebhook updateRegistryWebhook)
Update a webhook.
-