class documentation
class ParquetRecord(TypedDict):
Single annotation row written to parquet.
| Instance Variable | annotation |
Optional serialized annotation JSON. |
| Instance Variable | class |
Optional class name. |
| Instance Variable | file |
Image or source file path. |
| Instance Variable | instance |
Optional instance identifier. |
| Instance Variable | sample |
Optional serialized metadata JSON for the entire sample. |
| Instance Variable | source |
Source component name. |
| Instance Variable | task |
Task name. |
| Instance Variable | task |
Optional task type. |