The ratings for this task for this model.

interface TaskRating {
    cost?: number;
    quality?: number;
}

Properties

Properties

cost?: number

A metric that indicates the cost expected to be incurred by the model's support of an inference task, in terms of resource consumption and processing time, on a scale of 1 to 5, where 5 is the least cost and 1 is the most cost. A missing value means that the cost is not known.

quality?: number

A metric that indicates the quality of the model's support of an inference task, on a scale of 1 to 5, where 5 is the best support and 1 is poor support. A missing value means that the quality is not known.