QualityLabelerMetric
No description
type QualityLabelerMetric implements SingleUserMetric {
elementsCount: Int
date: DateTime!
userId: ID!
value: Float
type: Quality!
}
Fields
QualityLabelerMetric.elementsCount ● Int scalar
Number of elements used to calculate the average quality
QualityLabelerMetric.date ● DateTime! non-null scalar
QualityLabelerMetric.userId ● ID! non-null scalar
QualityLabelerMetric.value ● Float scalar
Average quality for user on given granularity