pixano.features.schemas.views.view
View(created_at=None, updated_at=None, **data)
Bases: BaseSchema
View base class.
Views are used to define a view in a dataset such as an image, a point cloud, a text. It can refer to an item and a parent view.
Attributes:
Name | Type | Description |
---|---|---|
item_ref |
ItemRef
|
Reference to the view's item. |
parent_ref |
ViewRef
|
Reference to the view's parent view. |
Source code in pixano/features/schemas/base_schema.py
item
property
Get the view's item.
parent
property
Get the view's parent view.