Package | Description |
---|---|
com.databricks.sdk.service.ml |
Modifier and Type | Method and Description |
---|---|
UpdateRegistryWebhook |
UpdateRegistryWebhook.setDescription(String description) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setEvents(Collection<RegistryWebhookEvent> events) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setHttpUrlSpec(HttpUrlSpec httpUrlSpec) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setId(String id) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setJobSpec(JobSpec jobSpec) |
UpdateRegistryWebhook |
UpdateRegistryWebhook.setStatus(RegistryWebhookStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
ModelRegistryService.updateWebhook(UpdateRegistryWebhook updateRegistryWebhook)
Update a webhook.
|
void |
ModelRegistryAPI.updateWebhook(UpdateRegistryWebhook request)
Update a webhook.
|
Copyright © 2023. All rights reserved.