pixano.data.dataset.dataset_table
DatasetTable(**data)
Bases: BaseModel
DatasetTable
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
Table name |
fields |
dict[str, str]
|
Table fields |
source |
str
|
Table source |
type |
str
|
Table type |
Raises ValidationError
if the input data cannot be
validated to form a valid model.
self
is explicitly positional-only to allow self
as a field name.