Skip to content

Commit 899960a

Browse files
committed
feat(priming-group): add is_global field to PrimingGroup model
1 parent 2562d6c commit 899960a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

generated/model.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,10 @@ class PrimingGroup(BaseModel):
604604
active_pipeline_base_mlbinary_key: Optional[str] = Field(
605605
None, description="S3 key of the model binary that seeds new detectors in this group."
606606
)
607+
is_global: bool = Field(
608+
False,
609+
description="If True, this priming group is visible to all users regardless of ownership.",
610+
)
607611
disable_shadow_pipelines: bool = Field(
608612
False,
609613
description=(

0 commit comments

Comments
 (0)