클래스 OnRemoveCollectionTag
아티팩트 컬렉션에서 태그가 제거될 때의 이벤트입니다.
방법 OnRemoveCollectionTag.__init__
event_type(Literal[REMOVE_COLLECTION_TAG]):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]): 있는 경우, 이 이벤트가 트리거되기 위해 필요한 추가 조건입니다.
OnRemoveCollectionTag 객체입니다.