Skip to main content

aip_sdk.MetricConfigResolutionVersion

aip_sdk.MetricConfigResolutionVersion(config_version: str, metric_version: str, params: dict[str, Any], prompts: dict[str, PromptConfig], created_by: str | None, created_at: datetime, updated_at: datetime)

The workspace default for a metric — the full document, prompts included, since this is the row a run actually scores with if nothing is pinned.

Attributes

  • config_version str: Version string of this config.
  • metric_version str: Implementation version this config targets.
  • params dict[str, Any]: Non-prompt parameters stored on this config.
  • prompts dict[str, PromptConfig]: Named Jinja2 prompt templates, keyed by slot name.
  • 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.MetricConfigResolutionVersion.config_version​

aip_sdk.MetricConfigResolutionVersion.config_version: str

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.created_at​

aip_sdk.MetricConfigResolutionVersion.created_at: datetime

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.created_by​

aip_sdk.MetricConfigResolutionVersion.created_by: str | None

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.metric_version​

aip_sdk.MetricConfigResolutionVersion.metric_version: str

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.params​

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

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.prompts​

aip_sdk.MetricConfigResolutionVersion.prompts: dict[str, PromptConfig]

No docstring is defined in the source.

aip_sdk.MetricConfigResolutionVersion.updated_at​

aip_sdk.MetricConfigResolutionVersion.updated_at: datetime

No docstring is defined in the source.