Image and Object Tags
Every tag has a name
and multile values
.
In the Tenyks platform an instance of a tag would look like "tag:value".
Bases: BaseModel
Represents tags that can be assigned to images or objects.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
Name of the tag. Examples: ["Default", "data_slice"] |
values |
List[str]
|
List of values for the tag. Each tag can have multiple values. Examples: [["day", "night"]] |
key |
Optional[str]
|
String ID of the tag. It should be unique within the dataset. This field is excluded from output serialization. Examples: ["Default", "data_slice"] |