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_namestr: The override's configuration name.versionslist[MetricConfigResolutionOverrideVersion]: This name's stored versions,config_versiondescending, 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 viaget_metric_config()oriter_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.