メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

class RunStateFilter

run の状態変化に応じてイベントをトリガーするためのフィルターです。

method RunStateFilter.__init__

__init__(
    run: 'And | Or | Nor | Not | Lt | Gt | Lte | Gte | Eq | Ne | In | NotIn | Exists | Regex | Contains | FilterExpr | dict[str, Any]' = And(()),
    state: 'StateFilter'
) → None
引数:
  • run (Union[And, Or, Nor, Not, Lt, Gt, Lte, Gte, Eq, Ne, In, NotIn, Exists, Regex, Contains, FilterExpr, Dict[str, Any]]): このイベントをトリガーする runs のいずれかに一致する必要があるフィルター。
  • state (StateFilter): このイベントがトリガーされるために満たす必要がある Run の状態条件。
戻り値: RunStateFilter オブジェクト。