nemo_microservices.types.group_config_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.group_config_param.GroupConfigParam#

Bases: typing_extensions.TypedDict

groups: Dict[str, object]#

None

Subgroups for the current group.

metrics: Dict[str, nemo_microservices.types.metric_config_param.MetricConfigParam]#

None

The metrics that should be computed for the group.

tasks: nemo_microservices._types.SequenceNotStr[str]#

None

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