nemo_microservices.types.group_config#

Module Contents#

Classes#

API#

class nemo_microservices.types.group_config.GroupConfig(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

groups: Optional[Dict[str, object]]#

None

Subgroups for the current group.

metrics: Optional[Dict[str, nemo_microservices.types.metric_config.MetricConfig]]#

None

The metrics that should be computed for the group.

tasks: Optional[List[str]]#

None

The names of the tasks that are part of the group.