List registry webhooks.
list_model_webhooks.Rd
NOTE: This endpoint is in Public Preview.
Usage
list_model_webhooks(
client,
events = NULL,
model_name = NULL,
page_token = NULL
)
modelRegistryListWebhooks(
client,
events = NULL,
model_name = NULL,
page_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- events
If
events
is specified, any webhook with one or more of the specified trigger events is included in the output.- model_name
If not specified, all webhooks associated with the specified events are listed, regardless of their associated model.
- page_token
Token indicating the page of artifact results to fetch.