- Schema:
CORTEX_ PROVISIONED_ THROUGHPUT_ USAGE_ HISTORY view¶
This Account Usage view lets you retrieve billing data for provisioned throughputs.
Tip
In Cortex Code, including the CLI, Desktop, and Snowsight interfaces, you can use the cost-intelligence bundled skill to answer questions about the usage data in this view. Invoke the skill with /cost-intelligence, or describe your question in plain language and Cortex Code selects the skill automatically.
Columns¶
| Column Name | Data Type | Description |
|---|---|---|
| PROVISIONED_THROUGHPUT_ID | VARCHAR | UUID identifying the provisioned throughput. |
| INTERVAL_START_TIME | TIMESTAMP_TZ | Start of the measurement interval for the billing period. |
| INTERVAL_END_TIME | TIMESTAMP_TZ | End of the measurement interval for the billing period. |
| CLOUD_SERVICE_PROVIDER | VARCHAR | Host cloud provider. |
| MODEL_NAME | VARCHAR | Configured model name. |
| TERM_START_DATE | DATE | Start of the provisioned throughput’s term. |
| TERM_END_DATE | DATE | End of the provisioned throughput’s term. |
| PTU_COUNT | NUMBER | Number of PTUs active. |
| PTU_CREDITS | NUMBER(38,9) | Number of credits billed during this interval. |
Usage notes¶
- The view provides up-to-date credit usage for an account within the last 365 days (1 year).