| Package | Description |
|---|---|
| com.databricks.sdk.service.ml |
| Modifier and Type | Method and Description |
|---|---|
RegistryWebhook |
CreateWebhookResponse.getWebhook() |
RegistryWebhook |
UpdateWebhookResponse.getWebhook() |
RegistryWebhook |
RegistryWebhook.setCreationTimestamp(Long creationTimestamp) |
RegistryWebhook |
RegistryWebhook.setDescription(String description) |
RegistryWebhook |
RegistryWebhook.setEvents(Collection<RegistryWebhookEvent> events) |
RegistryWebhook |
RegistryWebhook.setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec) |
RegistryWebhook |
RegistryWebhook.setId(String id) |
RegistryWebhook |
RegistryWebhook.setJobSpec(JobSpecWithoutSecret jobSpec) |
RegistryWebhook |
RegistryWebhook.setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
RegistryWebhook |
RegistryWebhook.setModelName(String modelName) |
RegistryWebhook |
RegistryWebhook.setStatus(RegistryWebhookStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegistryWebhook> |
ListRegistryWebhooks.getWebhooks() |
Iterable<RegistryWebhook> |
ModelRegistryAPI.listWebhooks(ListWebhooksRequest request)
NOTE:** This endpoint is in Public Preview.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResponse |
CreateWebhookResponse.setWebhook(RegistryWebhook webhook) |
UpdateWebhookResponse |
UpdateWebhookResponse.setWebhook(RegistryWebhook webhook) |
| Modifier and Type | Method and Description |
|---|---|
ListRegistryWebhooks |
ListRegistryWebhooks.setWebhooks(Collection<RegistryWebhook> webhooks) |
Copyright © 2026. All rights reserved.