GroupConfig#
- class nemo_microservices.types.GroupConfig(*args: Any, **kwargs: Any)
Bases:
BaseModel- groups: object | None = None
Subgroups for the current group.
- metrics: Dict[str, 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.