class documentation

class ParquetRecord(TypedDict):

View In Hierarchy

Single annotation row written to parquet.

Instance Variable annotation Optional serialized annotation JSON.
Instance Variable class_name Optional class name.
Instance Variable file Image or source file path.
Instance Variable instance_id Optional instance identifier.
Instance Variable sample_metadata Optional serialized metadata JSON for the entire sample.
Instance Variable source_name Source component name.
Instance Variable task_name Task name.
Instance Variable task_type Optional task type.
annotation: str | None =

Optional serialized annotation JSON.

class_name: str | None =

Optional class name.

file: str =

Image or source file path.

instance_id: int | None =

Optional instance identifier.

sample_metadata: str =

Optional serialized metadata JSON for the entire sample.

source_name: str =

Source component name.

task_name: str =

Task name.

task_type: str | None =

Optional task type.