Skip to main content

aip_sdk.TraceGroundTruth

aip_sdk.TraceGroundTruth

The ground truth a dataset version carries.

columns and row_count describe the whole artifact rather than the returned page, so checking which columns a version carries never requires paging.

aip_sdk.TraceGroundTruth.columns​

aip_sdk.TraceGroundTruth.columns: list[str] = Field(default_factory=list[str])

No docstring is defined in the source.

aip_sdk.TraceGroundTruth.dataset_version_id​

aip_sdk.TraceGroundTruth.dataset_version_id: str

No docstring is defined in the source.

aip_sdk.TraceGroundTruth.model_config​

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

No docstring is defined in the source.

aip_sdk.TraceGroundTruth.row_count​

aip_sdk.TraceGroundTruth.row_count: int = 0

No docstring is defined in the source.

aip_sdk.TraceGroundTruth.rows​

aip_sdk.TraceGroundTruth.rows: list[TraceGroundTruthRow] = Field(default_factory=list[TraceGroundTruthRow])

No docstring is defined in the source.