databricks/lib/repository/ground_truth/models.py (
9
lines of code) (
raw
):
from dataclasses import dataclass from typing import Dict @dataclass class Revision: revision_id: str tenant: str job_id: int file_id: int annotations: Dict[str, str]