Uses of Class
com.databricks.sdk.service.ml.RegistryWebhook
-
Packages that use RegistryWebhook Package Description com.databricks.sdk.service.ml -
-
Uses of RegistryWebhook in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return RegistryWebhook Modifier and Type Method Description RegistryWebhookCreateWebhookResponse. getWebhook()RegistryWebhookRegistryWebhook. setCreationTimestamp(Long creationTimestamp)RegistryWebhookRegistryWebhook. setDescription(String description)RegistryWebhookRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)RegistryWebhookRegistryWebhook. setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec)RegistryWebhookRegistryWebhook. setId(String id)RegistryWebhookRegistryWebhook. setJobSpec(JobSpecWithoutSecret jobSpec)RegistryWebhookRegistryWebhook. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)RegistryWebhookRegistryWebhook. setModelName(String modelName)RegistryWebhookRegistryWebhook. setStatus(RegistryWebhookStatus status)Methods in com.databricks.sdk.service.ml that return types with arguments of type RegistryWebhook Modifier and Type Method Description Collection<RegistryWebhook>ListRegistryWebhooks. getWebhooks()Iterable<RegistryWebhook>ModelRegistryAPI. listWebhooks(ListWebhooksRequest request)List registry webhooks.Methods in com.databricks.sdk.service.ml with parameters of type RegistryWebhook Modifier and Type Method Description CreateWebhookResponseCreateWebhookResponse. setWebhook(RegistryWebhook webhook)Method parameters in com.databricks.sdk.service.ml with type arguments of type RegistryWebhook Modifier and Type Method Description ListRegistryWebhooksListRegistryWebhooks. setWebhooks(Collection<RegistryWebhook> webhooks)
-