Skip to content

CompanyResponseMetadata

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]
company_id str
workspace_id str [optional]
company_name str
license DeciLicenseType [optional]
autonac_optimizations_quota int [optional] [default to 0]
optimized_models_allowed_limit int [optional] [default to 2]

[Back to Model list] [Back to API list] [Back to README]