UsageStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Detailed statistics on the entry's usage.
Usage statistics have the following limitations:
- Only BigQuery tables have them.
- They only include BigQuery query jobs.
- They might be underestimated because wildcard table references are not yet counted. For more information, see Querying multiple tables using a wildcard table
Attributes | |
---|---|
Name | Description |
total_completions |
float
The number of successful uses of the underlying entry. |
total_failures |
float
The number of failed attempts to use the underlying entry. |
total_cancellations |
float
The number of cancelled attempts to use the underlying entry. |
total_execution_time_for_completions_millis |
float
Total time spent only on successful uses, in milliseconds. |