The attributes of the task for this model.

interface TaskDescription {
    benchmarks?: WatsonXAI.TaskBenchmark[];
    id: string;
    ratings?: WatsonXAI.TaskRating;
    tags?: string[];
}

Properties

benchmarks?: WatsonXAI.TaskBenchmark[]

The benchmarks for a given task.

id: string

The id of the task.

The ratings for this task for this model.

tags?: string[]

The tags for a given task.