OrganizationMetricsAnalytics
No description
type OrganizationMetricsAnalytics {
metric: OrganizationMetricName!
total: Float!
details: [OrganizationMetricsAnalyticsDetails!]
}
Fields
OrganizationMetricsAnalytics.metric
● OrganizationMetricName!
non-null enum
The name of the metric, e.g. "Labeled Assets", "Labeling Time", etc.
OrganizationMetricsAnalytics.total
● Float!
non-null scalar
The total value of the metric over the requested period.
OrganizationMetricsAnalytics.details
● [OrganizationMetricsAnalyticsDetails!]
list object
The details of the metric over the requested period, broken down by granularity.