aip_sdk.MetricRef
aip_sdk.MetricRef(name: str, implementation_version: str)
Which metric implementation a config parameterizes.
A separate identity/version axis from the config's own config_name/
config_version: this says which metric code runs, while the config's own
identity says which tuned configuration of it is being used.
Attributes
namestr: Metric implementation name, e.g."agent.custom_judge_rubric".implementation_versionstr: Exact version of that implementation this config targets.
aip_sdk.MetricRef.implementation_version
aip_sdk.MetricRef.implementation_version: str
No docstring is defined in the source.
aip_sdk.MetricRef.name
aip_sdk.MetricRef.name: str
No docstring is defined in the source.