Skip to main content

aip_sdk.MetricConfigResolutionOverrideGroup

aip_sdk.MetricConfigResolutionOverrideGroup(config_name: str, versions: list[MetricConfigResolutionOverrideVersion])

One named override for a metric, with its versions newest-first.

Each version here is a valid metric_config_refs target — unlike MetricConfigResolution's default, which is not a Table B row.

Attributes

  • config_name str: The override's configuration name.
  • versions list[MetricConfigResolutionOverrideVersion]: This name's stored versions, config_version descending, for versions auto-incremented as dot-separated integers. A hand-authored suffixed version ("9.0.0-rc1") has no numeric ordering and falls back to string comparison. Capped at 20 per name; older versions remain reachable via get_metric_config() or iter_metric_configs() (config_name=).

aip_sdk.MetricConfigResolutionOverrideGroup.config_name​

aip_sdk.MetricConfigResolutionOverrideGroup.config_name: str

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideGroup.versions​

aip_sdk.MetricConfigResolutionOverrideGroup.versions: list[MetricConfigResolutionOverrideVersion]

No docstring is defined in the source.