Class wandb.automations.SendWebhook
Defines an automation action that sends a webhook request.Args
Annotated
The ID of the webhook integration that will be used to send the request.
Optional
The payload, possibly with template variables, to send in the webhook request.
Literal
No description provided.
Methods
method SendWebhook.from_integration()
Arguments
WebhookIntegration
No description provided.
JsonEncoded[dict[str, Any]] | None
No description provided.