Update a webhook.
update_model_webhook.Rd
NOTE: This endpoint is in Public Preview.
Usage
update_model_webhook(
client,
id,
description = NULL,
events = NULL,
http_url_spec = NULL,
job_spec = NULL,
status = NULL
)
modelRegistryUpdateWebhook(
client,
id,
description = NULL,
events = NULL,
http_url_spec = NULL,
job_spec = NULL,
status = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- id
Required. Webhook ID.
- description
User-specified description for the webhook.
- events
Events that can trigger a registry webhook: *
MODEL_VERSION_CREATED
: A new model version was created for the associated model.- http_url_spec
This field has no description yet.
- job_spec
This field has no description yet.
- status
Enable or disable triggering the webhook, or put the webhook into test mode.