Package | Description |
---|---|
com.databricks.sdk.service.ml |
Modifier and Type | Method and Description |
---|---|
RegistryWebhookEvent |
TestRegistryWebhookRequest.getEvent() |
static RegistryWebhookEvent |
RegistryWebhookEvent.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.
|
Modifier and Type | Method and Description |
---|---|
Collection<RegistryWebhookEvent> |
UpdateRegistryWebhook.getEvents() |
Collection<RegistryWebhookEvent> |
RegistryWebhook.getEvents() |
Collection<RegistryWebhookEvent> |
CreateRegistryWebhook.getEvents() |
Collection<RegistryWebhookEvent> |
ListWebhooksRequest.getEvents() |
Modifier and Type | Method and Description |
---|---|
TestRegistryWebhookRequest |
TestRegistryWebhookRequest.setEvent(RegistryWebhookEvent event) |
Modifier and Type | Method and Description |
---|---|
CreateWebhookResponse |
ModelRegistryAPI.createWebhook(Collection<RegistryWebhookEvent> events) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setEvents(Collection<RegistryWebhookEvent> events) |
RegistryWebhook |
RegistryWebhook.setEvents(Collection<RegistryWebhookEvent> events) |
CreateRegistryWebhook |
CreateRegistryWebhook.setEvents(Collection<RegistryWebhookEvent> events) |
ListWebhooksRequest |
ListWebhooksRequest.setEvents(Collection<RegistryWebhookEvent> events) |
Copyright © 2023. All rights reserved.