We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2562d6c commit 899960aCopy full SHA for 899960a
1 file changed
generated/model.py
@@ -604,6 +604,10 @@ class PrimingGroup(BaseModel):
604
active_pipeline_base_mlbinary_key: Optional[str] = Field(
605
None, description="S3 key of the model binary that seeds new detectors in this group."
606
)
607
+ is_global: bool = Field(
608
+ False,
609
+ description="If True, this priming group is visible to all users regardless of ownership.",
610
+ )
611
disable_shadow_pipelines: bool = Field(
612
False,
613
description=(
0 commit comments