Skip to main content

ActionLabelerMetric

No description

type ActionLabelerMetric implements LabelerMetric {
date: DateTime!
userId: ID!
value: Int
action: LabelerAction!
}

Fields

ActionLabelerMetric.date ● DateTime! non-null scalar

ActionLabelerMetric.userId ● ID! non-null scalar

ActionLabelerMetric.value ● Int scalar

Total number of action for user on given granularity

ActionLabelerMetric.action ● LabelerAction! non-null enum

Interfaces

LabelerMetric interface