Skip to main content

aip_sdk.MetricConfigResolutionOverrideVersion

aip_sdk.MetricConfigResolutionOverrideVersion(config_version: str, metric_version: str, params: dict[str, Any], prompt_slots: list[str], created_by: str | None, created_at: datetime, updated_at: datetime)

One version of a named Table B override — identity and params, not the full document.

Deliberately carries prompt_slots rather than prompts: this list can hold every override version stored for every metric in a workspace, and a caller who needs a template body reads it off get_metric_config() for that exact (config_name, config_version) — the same split MetricConfigSummary makes for the plain listing.

Attributes

  • config_version str: Version string of this override.
  • metric_version str: Implementation version this config targets.
  • params dict[str, Any]: Non-prompt parameters stored on this config.
  • prompt_slots list[str]: Names of the configured prompt templates, not their bodies.
  • created_by str | None: User id that created this version, if known.
  • created_at datetime: When this version was created.
  • updated_at datetime: When this row was last modified.

aip_sdk.MetricConfigResolutionOverrideVersion.config_version​

aip_sdk.MetricConfigResolutionOverrideVersion.config_version: str

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.created_at​

aip_sdk.MetricConfigResolutionOverrideVersion.created_at: datetime

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.created_by​

aip_sdk.MetricConfigResolutionOverrideVersion.created_by: str | None

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.metric_version​

aip_sdk.MetricConfigResolutionOverrideVersion.metric_version: str

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.params​

aip_sdk.MetricConfigResolutionOverrideVersion.params: dict[str, Any]

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.prompt_slots​

aip_sdk.MetricConfigResolutionOverrideVersion.prompt_slots: list[str]

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionOverrideVersion.updated_at​

aip_sdk.MetricConfigResolutionOverrideVersion.updated_at: datetime

No docstring is defined in the source.