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 OnCreateArtifact
新しい Artifacts が作成された際に発生するイベントです。
例:
“my-collection” というコレクション内に新しい Artifacts が作成されたときにトリガーされるイベントを定義します。
method OnCreateArtifact.__init__
event_type(Literal[CREATE_ARTIFACT]):scope(Union[_ArtifactSequenceScope, _ArtifactPortfolioScope]): イベントのスコープ。Artifacts コレクションである必要があります。filter(Union[And, Or, Nor, Not, Lt, Gt, Lte, Gte, Eq, Ne, In, NotIn, Exists, Regex, Contains, FilterExpr, Dict[str, Any]]): このイベントがトリガーされるために必要な追加条件(ある場合)。
OnCreateArtifact オブジェクト。