cohere · Schema

DatasetUsage

Properties

Name Type Description
organization_usage integer The total dataset usage in bytes for the organization.
View JSON Schema on GitHub

JSON Schema

cohere-datasetusage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatasetUsage",
  "title": "DatasetUsage",
  "type": "object",
  "properties": {
    "organization_usage": {
      "type": "integer",
      "description": "The total dataset usage in bytes for the organization."
    }
  }
}