Type alias LoraTuneFile

LoraTuneFile: {
    caption?: string | null;
    file_id: string;
}

An input file to a LoRA tune with its caption.

Type declaration

  • Optional caption?: string | null

    The caption used when the LoRA tune was requested.

  • file_id: string

    The ID of the file on asset lake.

Generated using TypeDoc