Skip to main content

aip_sdk.MetricConfigOverrideStatus

aip_sdk.MetricConfigOverrideStatus(config_name: str, config_version: str, usage_count: int, params_preview: dict[str, Any])

One named override available to pin instead of a metric's workspace default.

Attributes

  • config_name str: A valid metric_config_refs target alongside config_version.
  • config_version str: This override's version.
  • usage_count int: Number of runs whose scoring snapshot pins this exact version.
  • params_preview dict[str, Any]: Up to _PARAMS_PREVIEW_MAX_KEYS sorted params keys — call get_metric_config() for the full payload.

aip_sdk.MetricConfigOverrideStatus.config_name​

aip_sdk.MetricConfigOverrideStatus.config_name: str

No docstring is defined in the source.

aip_sdk.MetricConfigOverrideStatus.config_version​

aip_sdk.MetricConfigOverrideStatus.config_version: str

No docstring is defined in the source.

aip_sdk.MetricConfigOverrideStatus.params_preview​

aip_sdk.MetricConfigOverrideStatus.params_preview: dict[str, Any]

No docstring is defined in the source.

aip_sdk.MetricConfigOverrideStatus.usage_count​

aip_sdk.MetricConfigOverrideStatus.usage_count: int

No docstring is defined in the source.