interface ListPromptFineTuningJobsOptions {
    limit?: number;
    offset?: number;
    orderBy: string;
    statuses: string;
}

Hierarchy (view full)

Properties

limit?: number
offset?: number
orderBy: string
statuses: string