Model
Bases: BaseModel
Represents a model in the Tenyks platform
Attributes:
Name | Type | Description |
---|---|---|
client |
Client
|
The client to interact with the Tenyks API. |
workspace_name |
str
|
Name of the workspace the model belongs to. Example: |
dataset_key |
str
|
Key of the dataset the model belongs to. Example: |
key |
str
|
Key of the model. Example: |
name |
str
|
Name of the model. Example: |
created_at |
datetime
|
Creation timestamp of the model. Example: |
status |
str
|
Status of the model. Examples: |
dataset_categories |
List[Category]
|
Categories/classes of the dataset the model belongs to. Example:
|
dataset_tags |
List[Tag]
|
Tags of the dataset the model belongs to. Example:
|