GlobalLabelerMetricByUser
No description
type GlobalLabelerMetricByUser {
userId: ID!
userEmail: String!
userRole: String!
userName: String!
labeledAssets: Int!
labeledAssetsPerDay: Float!
reviewedAssets: Int!
reviewedAssetsPerDay: Float!
annotations: Int!
annotationsPerAsset: Float!
timeLabeling: Int!
timeLabelingPerAsset: Float!
timeReviewing: Int!
timeReviewingPerAsset: Float!
}
Fields
GlobalLabelerMetricByUser.userId
● ID!
non-null scalar
GlobalLabelerMetricByUser.userEmail
● String!
non-null scalar
GlobalLabelerMetricByUser.userRole
● String!
non-null scalar
GlobalLabelerMetricByUser.userName
● String!
non-null scalar
GlobalLabelerMetricByUser.labeledAssets
● Int!
non-null scalar
GlobalLabelerMetricByUser.labeledAssetsPerDay
● Float!
non-null scalar
GlobalLabelerMetricByUser.reviewedAssets
● Int!
non-null scalar
GlobalLabelerMetricByUser.reviewedAssetsPerDay
● Float!
non-null scalar
GlobalLabelerMetricByUser.annotations
● Int!
non-null scalar
GlobalLabelerMetricByUser.annotationsPerAsset
● Float!
non-null scalar
GlobalLabelerMetricByUser.timeLabeling
● Int!
non-null scalar
GlobalLabelerMetricByUser.timeLabelingPerAsset
● Float!
non-null scalar
GlobalLabelerMetricByUser.timeReviewing
● Int!
non-null scalar
GlobalLabelerMetricByUser.timeReviewingPerAsset
● Float!
non-null scalar
Member Of
GlobalSingleUserMetricByUser
object