Uses of Class
com.databricks.sdk.service.ml.RegistryWebhookEvent
-
Packages that use RegistryWebhookEvent Package Description com.databricks.sdk.service.ml -
-
Uses of RegistryWebhookEvent in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return RegistryWebhookEvent Modifier and Type Method Description RegistryWebhookEventTestRegistryWebhookRequest. getEvent()static RegistryWebhookEventRegistryWebhookEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryWebhookEvent[]RegistryWebhookEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.ml that return types with arguments of type RegistryWebhookEvent Modifier and Type Method Description Collection<RegistryWebhookEvent>CreateRegistryWebhook. getEvents()Collection<RegistryWebhookEvent>ListWebhooksRequest. getEvents()Collection<RegistryWebhookEvent>RegistryWebhook. getEvents()Collection<RegistryWebhookEvent>UpdateRegistryWebhook. getEvents()Methods in com.databricks.sdk.service.ml with parameters of type RegistryWebhookEvent Modifier and Type Method Description TestRegistryWebhookRequestTestRegistryWebhookRequest. setEvent(RegistryWebhookEvent event)Method parameters in com.databricks.sdk.service.ml with type arguments of type RegistryWebhookEvent Modifier and Type Method Description CreateWebhookResponseModelRegistryAPI. createWebhook(Collection<RegistryWebhookEvent> events)CreateRegistryWebhookCreateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)ListWebhooksRequestListWebhooksRequest. setEvents(Collection<RegistryWebhookEvent> events)RegistryWebhookRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)UpdateRegistryWebhookUpdateRegistryWebhook. setEvents(Collection<RegistryWebhookEvent> events)
-