A task that is covered by some of the foundation models that are supported in the service.

interface FoundationModelTask {
    description?: string;
    label: string;
    rank: number;
    task_id: string;
}

Properties

description?: string

The description of the task.

label: string

The label of the task.

rank: number

The rank of the task that is mainly for the UI.

task_id: string

The id of the task.