Hardware
A base class for all of Deci's model classes. A model stores data in constant fields, and let us manipulate the data in a more readable way.
Properties
Name | Type | Description | Notes |
---|---|---|---|
update_time | datetime | [optional] | |
creation_time | datetime | [optional] | |
id | str | [optional] | |
deleted | bool | [optional] [default to False] | |
name | str | ||
label | str | ||
machine_model | str | ||
group | HardwareGroup | ||
image_distribution | str | [optional] | |
image_repository | str | [optional] | |
future | bool | [optional] [default to False] | |
vendor | HardwareVendor | ||
family | InferenceHardware | ||
taint | str | ||
job_label | str | ||
environment | HardwareEnvironment | ||
default_batch_size_list | list[int] | [optional] [default to [1,8,16,32,64]] | |
fake | bool | [optional] [default to False] | |
deprecated | bool | [optional] [default to False] |