Uses of Class
com.databricks.sdk.service.ml.RegistryWebhookStatus
-
Packages that use RegistryWebhookStatus Package Description com.databricks.sdk.service.ml -
-
Uses of RegistryWebhookStatus in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return RegistryWebhookStatus Modifier and Type Method Description RegistryWebhookStatusCreateRegistryWebhook. getStatus()RegistryWebhookStatusRegistryWebhook. getStatus()RegistryWebhookStatusUpdateRegistryWebhook. getStatus()static RegistryWebhookStatusRegistryWebhookStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryWebhookStatus[]RegistryWebhookStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.ml with parameters of type RegistryWebhookStatus Modifier and Type Method Description CreateRegistryWebhookCreateRegistryWebhook. setStatus(RegistryWebhookStatus status)RegistryWebhookRegistryWebhook. setStatus(RegistryWebhookStatus status)UpdateRegistryWebhookUpdateRegistryWebhook. setStatus(RegistryWebhookStatus status)
-