Skip to main content

aip_sdk.TraceGroundTruthRow

aip_sdk.TraceGroundTruthRow

One annotated identifier and the ground-truth values attached to it.

Each values entry is the stored cell as the artifact encodes it — a JSON-encoded list, so a column attached as ["search"] reads back as '["search"]'; decode it with json.loads() rather than comparing against the list that was attached.

aip_sdk.TraceGroundTruthRow.model_config​

aip_sdk.TraceGroundTruthRow.model_config = ConfigDict(extra='allow')

No docstring is defined in the source.

aip_sdk.TraceGroundTruthRow.parent_id​

aip_sdk.TraceGroundTruthRow.parent_id: str

No docstring is defined in the source.

aip_sdk.TraceGroundTruthRow.values​

aip_sdk.TraceGroundTruthRow.values: dict[str, str] = Field(default_factory=dict[str, str])

No docstring is defined in the source.