You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**is_global** | **bool** | If True, this priming group is shared to all Groundlight users by Groundlight admins. | [readonly]
10
+
**is_global** | **bool** | If True, this priming group is shared to all Groundlight users. Can only be set by Groundlight admins. | [readonly]
11
11
**created_at** | **datetime** | | [readonly]
12
12
**canonical_query** | **str, none_type** | Canonical semantic query for this priming group | [optional]
13
-
**active_pipeline_config** | **str, none_type** | Active pipeline config override for detectors in this priming group. If set, this overrides the default active pipeline config. Can be either a pipeline name or full config string. | [optional]
14
-
**priming_group_specific_shadow_pipeline_configs** | **bool, date, datetime, dict, float, int, list, str, none_type** | Priming group-specific shadow pipeline configs to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given modeEach entry is either a pipeline name or full config string. | [optional]
13
+
**active_pipeline_config** | **str, none_type** | Active pipeline config override for new detectors created in this priming group. If set, this overrides the default active pipeline config at creation time.Can be either a pipeline name or full config string. | [optional]
14
+
**priming_group_specific_shadow_pipeline_configs** | **bool, date, datetime, dict, float, int, list, str, none_type** | Configs for shadow pipelines to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given mode. Each entry is either a pipeline name or full config string. | [optional]
15
15
**disable_shadow_pipelines** | **bool** | If True, new detectors added to this priming group will not receive the mode-specific default shadow pipelines from INITIAL_SHADOW_PIPELINE_CONFIG_SET. Priming-group-specific shadow configs still apply. Use this to guarantee the primed active MLBinary is never switched off by a shadow pipeline being promoted. | [optional]
16
16
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
**disable_shadow_pipelines** | **bool** | If true, new detectors added to this priming group will not receive the default shadow pipelines. This guarantees the primed active model is never switched off. | [optional] if omitted the server will use the default value of False
canonical_query (str, none_type): Canonical semantic query for this priming group. [optional] # noqa: E501
195
-
active_pipeline_config (str, none_type): Active pipeline config override for detectors in this priming group. If set, this overrides the default active pipeline config. Can be either a pipeline name or full config string.. [optional] # noqa: E501
196
-
priming_group_specific_shadow_pipeline_configs (bool, date, datetime, dict, float, int, list, str, none_type): Priming group-specific shadow pipeline configs to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given modeEach entry is either a pipeline name or full config string. . [optional] # noqa: E501
195
+
active_pipeline_config (str, none_type): Active pipeline config override for new detectors created in this priming group. If set, this overrides the default active pipeline config at creation time.Can be either a pipeline name or full config string.. [optional] # noqa: E501
196
+
priming_group_specific_shadow_pipeline_configs (bool, date, datetime, dict, float, int, list, str, none_type): Configs for shadow pipelines to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given mode. Each entry is either a pipeline name or full config string. . [optional] # noqa: E501
197
197
disable_shadow_pipelines (bool): If True, new detectors added to this priming group will not receive the mode-specific default shadow pipelines from INITIAL_SHADOW_PIPELINE_CONFIG_SET. Priming-group-specific shadow configs still apply. Use this to guarantee the primed active MLBinary is never switched off by a shadow pipeline being promoted.. [optional] # noqa: E501
canonical_query (str, none_type): Canonical semantic query for this priming group. [optional] # noqa: E501
288
-
active_pipeline_config (str, none_type): Active pipeline config override for detectors in this priming group. If set, this overrides the default active pipeline config. Can be either a pipeline name or full config string.. [optional] # noqa: E501
289
-
priming_group_specific_shadow_pipeline_configs (bool, date, datetime, dict, float, int, list, str, none_type): Priming group-specific shadow pipeline configs to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given modeEach entry is either a pipeline name or full config string. . [optional] # noqa: E501
288
+
active_pipeline_config (str, none_type): Active pipeline config override for new detectors created in this priming group. If set, this overrides the default active pipeline config at creation time.Can be either a pipeline name or full config string.. [optional] # noqa: E501
289
+
priming_group_specific_shadow_pipeline_configs (bool, date, datetime, dict, float, int, list, str, none_type): Configs for shadow pipelines to create for detectors in this priming group. These are added to the default shadow pipeline configs for a detector of the given mode. Each entry is either a pipeline name or full config string. . [optional] # noqa: E501
290
290
disable_shadow_pipelines (bool): If True, new detectors added to this priming group will not receive the mode-specific default shadow pipelines from INITIAL_SHADOW_PIPELINE_CONFIG_SET. Priming-group-specific shadow configs still apply. Use this to guarantee the primed active MLBinary is never switched off by a shadow pipeline being promoted.. [optional] # noqa: E501
0 commit comments