Uses of Class
com.databricks.sdk.service.ml.CreateRegistryWebhook
-
Packages that use CreateRegistryWebhook Package Description com.databricks.sdk.service.ml -
-
Uses of CreateRegistryWebhook in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return CreateRegistryWebhook Modifier and Type Method Description CreateRegistryWebhookCreateRegistryWebhook. setDescription(String description)CreateRegistryWebhookCreateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)CreateRegistryWebhookCreateRegistryWebhook. setHttpUrlSpec(HttpUrlSpec httpUrlSpec)CreateRegistryWebhookCreateRegistryWebhook. setJobSpec(JobSpec jobSpec)CreateRegistryWebhookCreateRegistryWebhook. setModelName(String modelName)CreateRegistryWebhookCreateRegistryWebhook. setStatus(RegistryWebhookStatus status)Methods in com.databricks.sdk.service.ml with parameters of type CreateRegistryWebhook Modifier and Type Method Description CreateWebhookResponseModelRegistryAPI. createWebhook(CreateRegistryWebhook request)Create a webhook.CreateWebhookResponseModelRegistryService. createWebhook(CreateRegistryWebhook createRegistryWebhook)Create a webhook.
-