GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class Automation
編集をサポートする、保存済み W&B オートメーションのローカルインスタンス。
method Automation.__init__
typename__(Literal):id(str):created_at(datetime): このオートメーションが作成された日時。updated_at(Optional[datetime]): このオートメーションが最後に更新された日時(該当する場合)。name(str): このオートメーションの名前。description(Optional[str]): このオートメーションのオプションの説明。enabled(bool): このオートメーションが有効かどうか。有効なオートメーションのみがトリガーされます。scope(Union[_ArtifactSequenceScope, _ArtifactPortfolioScope, ProjectScope]): トリガーイベントが発生する必要があるスコープ。event(SavedEvent): このオートメーションをトリガーするイベント。action(Union[SavedLaunchJobAction, SavedNotificationAction, SavedWebhookAction, SavedNoOpAction]): このオートメーションがトリガーされたときに実行されるアクション。
Automation オブジェクト。