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