Python class
LoRAResponse
LoRAResponseโ
class max.interfaces.LoRAResponse(status, message)
Bases: Struct
Response from LoRA operations.
-
Parameters:
-
- status (LoRAStatus)
- message (str | list[str])
messageโ
A human-readable description of the operation result or error details.
statusโ
status: LoRAStatus
The outcome status of the LoRA operation.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!