nemo_microservices.types.group_config#
Module Contents#
Classes#
API#
- class nemo_microservices.types.group_config.GroupConfig(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- groups: Dict[str, object] | None#
None
Subgroups for the current group.
- metrics: Dict[str, nemo_microservices.types.metric_config.MetricConfig] | None#
None
The metrics that should be computed for the group.
- tasks: List[str] | None#
None
The names of the tasks that are part of the group.