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_versionstr: Version string of this config.metric_versionstr: Implementation version this config targets.paramsdict[str, Any]: Non-prompt parameters stored on this config.promptsdict[str, PromptConfig]: Named Jinja2 prompt templates, keyed by slot name.created_bystr | None: User id that created this version, if known.created_atdatetime: When this version was created.updated_atdatetime: 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.