Vector stores usage object

The aggregated vector stores usage details of the specific time bucket.source

The vector stores usage in bytes.source

When group_by=project_id, this field provides the project ID of the grouped usage result.source

OBJECT Vector stores usage object
1
2
3
4
5
{
    "object": "organization.usage.vector_stores.result",
    "usage_bytes": 1024,
    "project_id": "proj_abc"
}