Skip to content

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 = 0
Total on-disk size in bytes; 0 for Absent models.
ModelStatus status = ModelStatus::Absent
Current status; see ModelStatus .

Public Attributes Documentation

variable hfRepo

HuggingFace repo id, or empty for local-only models.

std::string Tryll::Client::ModelInfo::hfRepo;


variable name

Catalog name of the model (key in models.json ).

std::string Tryll::Client::ModelInfo::name;


variable sizeBytes

Total on-disk size in bytes; 0 for Absent models.

std::uint64_t Tryll::Client::ModelInfo::sizeBytes;


variable status

Current status; see ModelStatus .

ModelStatus Tryll::Client::ModelInfo::status;



The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/TryllClient.h