Class UsageStats (3.8.0)

UsageStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detailed statistics on the entry's usage.

Usage statistics have the following limitations:

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > UsageStats