ResultsSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Summary statistics about the replayed log entries.
Attributes |
|
---|---|
Name | Description |
log_count |
int
The total number of log entries replayed. |
unchanged_count |
int
The number of replayed log entries with no difference between baseline and simulated policies. |
difference_count |
int
The number of replayed log entries with a difference between baseline and simulated policies. |
error_count |
int
The number of log entries that could not be replayed. |
oldest_date |
google.type.date_pb2.Date
The date of the oldest log entry replayed. |
newest_date |
google.type.date_pb2.Date
The date of the newest log entry replayed. |