このチュートリアルでは、run のステータスをトリガーにした project オートメーションの作成手順を説明します。project 内の run が Failed に遷移すると、W&B から Slack 通知が送信されます。Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
前提条件
- 1 つの W&B のプロジェクト。
- Team Settings で設定した Slack インテグレーション。
project のオートメーションを作成する
- project を開き、サイドバーの Automations タブをクリックして、Create automation をクリックします。
- イベント Run state change を選択します。状態を Failed に設定します。必要に応じて run 名 または ユーザー フィルターを追加し、どの Runs がオートメーションをトリガーするかを絞り込みます。
- Next step をクリックします。Action type を Slack 通知 に設定し、Slack チャンネルを選択します。
- Next step をクリックします。オートメーションの名 (たとえば “Run failure alert”) と必要に応じて説明を入力し、Create automation をクリックします。
オートメーションをテストする
Go further
- Automation events and scopes for all project and registry event types.
- Create a Slack automation and Create a webhook automation for full UI and payload details.