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 UpdateRegistryWebhookUpdateRegistryWebhook. setDescription(String description)UpdateRegistryWebhookUpdateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)UpdateRegistryWebhookUpdateRegistryWebhook. setHttpUrlSpec(HttpUrlSpec httpUrlSpec)UpdateRegistryWebhookUpdateRegistryWebhook. setId(String id)UpdateRegistryWebhookUpdateRegistryWebhook. setJobSpec(JobSpec jobSpec)UpdateRegistryWebhookUpdateRegistryWebhook. setStatus(RegistryWebhookStatus status)Methods in com.databricks.sdk.service.ml with parameters of type UpdateRegistryWebhook Modifier and Type Method Description voidModelRegistryAPI. updateWebhook(UpdateRegistryWebhook request)Update a webhook.voidModelRegistryService. updateWebhook(UpdateRegistryWebhook updateRegistryWebhook)Update a webhook.
-