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 CreateRegistryWebhook
CreateRegistryWebhook. setDescription(String description)
CreateRegistryWebhook
CreateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)
CreateRegistryWebhook
CreateRegistryWebhook. setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
CreateRegistryWebhook
CreateRegistryWebhook. setJobSpec(JobSpec jobSpec)
CreateRegistryWebhook
CreateRegistryWebhook. setModelName(String modelName)
CreateRegistryWebhook
CreateRegistryWebhook. setStatus(RegistryWebhookStatus status)
Methods in com.databricks.sdk.service.ml with parameters of type CreateRegistryWebhook Modifier and Type Method Description CreateWebhookResponse
ModelRegistryAPI. createWebhook(CreateRegistryWebhook request)
Create a webhook.CreateWebhookResponse
ModelRegistryService. createWebhook(CreateRegistryWebhook createRegistryWebhook)
Create a webhook.
-