class OnAddArtifactAlias
artifact に新しいエイリアスが割り当てられたときに発生します。
例:
コレクション “my-collection” 内の任意の artifact にエイリアス “prod” が割り当てられるたびに
トリガーされるイベントを定義します:
method OnAddArtifactAlias.__init__
event_type(Literal[ADD_ARTIFACT_ALIAS]):scope(wandb.automations.scopes._ArtifactSequenceScope | wandb.automations.scopes._ArtifactPortfolioScope | wandb.automations.scopes.ProjectScope): イベントが適用されるスコープ。filter(wandb.automations._filters.operators.And | wandb.automations._filters.operators.Or | wandb.automations._filters.operators.Nor | wandb.automations._filters.operators.Not | wandb.automations._filters.operators.Lt | wandb.automations._filters.operators.Gt | wandb.automations._filters.operators.Lte | wandb.automations._filters.operators.Gte | wandb.automations._filters.operators.Eq | wandb.automations._filters.operators.Ne | wandb.automations._filters.operators.In | wandb.automations._filters.operators.NotIn | wandb.automations._filters.operators.Exists | wandb.automations._filters.operators.Regex | wandb.automations._filters.operators.Contains | wandb.automations._filters.expressions.FilterExpr | dict[str, Any]): このイベントをトリガーするために必要な追加条件 (ある場合) 。
OnAddArtifactAlias オブジェクト。