The attributes of the task for this model.

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

Properties

Properties

id: string

The id of the task.

The ratings for this task for this model.

tags?: string[]

The tags for a given task.