For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudUsageSeries

Generative AI usage time-series for a cloud asset, broken down per UTC day over a rolling window.

Examples

type CloudUsageSeries {
  source: String
  countMetric: String
  tokenMetric: String
  windowDays: Int
  daily: [CloudUsageDaily]
}

Fields

Field
Description
Supported fields

source String

Cloud metric namespace the usage is read from.

countMetric String

Name of the invocation-count metric, or "-" when the service does not publish one.

tokenMetric String

Name of the token-count metric, or "-" when the service does not publish one.

windowDays Int

Length of the usage window in days.

Per-day usage entries covering the window, ordered by day.

day String count Int tokens Int countBuckets JSON tokenBuckets JSON

References

Fields with this object:

Last updated