Skip to content
Repo

MetricConfig

from modal_training_gym.common.metrics import MetricConfig

Defines metric tracker metadata, environment variables, and links.

Attributes

project str

Metric project name. Default: ""

group str

Group tag for related runs. Default: ""

exp_name str

Run display name. Default: ""

disable_random_suffix bool

Preserve the configured run name. Default: True

metadata(*, entity: str = '', run_id: str = '') -> dict[str, str]
provider: str

Machine-readable metric provider identifier.

runtime_env(*, run_id: str, entity: str = '') -> dict[str, str]
url(*, entity: str = '', run_id: str = '') -> str | None