Struct Tryll::Client::ModelInfo¶
ClassList > Tryll > Client > ModelInfo
Summary information for one model returned by Tryll::TryllClient::ListModels .
#include <TryllClient.h>
Public Attributes¶
| Type | Name |
|---|---|
| std::string | hfRepo HuggingFace repo id, or empty for local-only models. |
| std::string | name Catalog name of the model (key in models.json ). |
| std::uint64_t | sizeBytes = 0Total on-disk size in bytes; 0 for Absent models. |
| ModelStatus | status = ModelStatus::AbsentCurrent status; see ModelStatus . |
Public Attributes Documentation¶
variable hfRepo¶
HuggingFace repo id, or empty for local-only models.
variable name¶
Catalog name of the model (key in models.json ).
variable sizeBytes¶
Total on-disk size in bytes; 0 for Absent models.
variable status¶
Current status; see ModelStatus .
The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/TryllClient.h