class documentation
class ModelVersionResponse(HubAIModelVersionResponse):
Metadata for a versioned model variant.
- Common fields:
- id, name, slug, and variant_slug identify the variant.
- model_id identifies its parent model.
- version is the semantic model version.
- platforms and exportable_to describe available artifacts and possible export targets.
| Class Variable | team |
Undocumented |
| Class Variable | user |
Undocumented |
| Instance Variable | model |
Parent model name when requested by the caller. Some list operations leave this as None to avoid an extra API request. |