tinker.types.GetInfoResponse
class tinker.types.GetInfoResponse(BaseModel)
Response containing information about a training client's model.
Fields:
- type (Optional[Literal['get_info']]) – Response type identifier.
- model_data (ModelData) – Detailed metadata about the model.
- model_id (ModelID) – Unique identifier for the model.
- is_lora (Optional[bool]) – Whether this is a LoRA fine-tuned model.
- lora_rank (Optional[int]) – The rank of the LoRA adaptation, if applicable.
- model_name (Optional[str]) – The name of the model.