class documentation

class ModelResponse(HubAIModelResponse):

View In Hierarchy

Metadata for a top-level HubAI model resource.

Common fields:
  • id, name, and slug identify the model.
  • tasks, license_type, and is_yolo describe its contract.
  • is_public reports its visibility.
  • platforms and exportable_to summarize artifact support.
  • versions, likes, and downloads contain aggregate counts.
Class Variable team_id Undocumented
Class Variable user_id Undocumented
team_id: ClassVar[UUID | None] =

Undocumented

user_id: ClassVar[UUID | None] =

Undocumented