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