UsageStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Detailed counts on the entry's usage. Caveats:
- Only BigQuery tables have usage stats
- The usage stats only include BigQuery query jobs
- The usage stats might be underestimated, e.g. wildcard table references are not yet counted in usage computation https://cloud.google.com/bigquery/docs/querying-wildcard-tables
Attributes | |
---|---|
Name | Description |
total_completions |
float
The number of times that the underlying entry was successfully used. |
total_failures |
float
The number of times that the underlying entry was attempted to be used but failed. |
total_cancellations |
float
The number of times that the underlying entry was attempted to be used but was cancelled by the user. |
total_execution_time_for_completions_millis |
float
Total time spent (in milliseconds) during uses the resulted in completions. |