public interface UsageStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getTotalCancellations()
The number of times that the underlying entry was attempted to be used
but was cancelled by the user.
|
float |
getTotalCompletions()
The number of times that the underlying entry was successfully used.
|
float |
getTotalExecutionTimeForCompletionsMillis()
Total time spent (in milliseconds) during uses the resulted in completions.
|
float |
getTotalFailures()
The number of times that the underlying entry was attempted to be used
but failed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getTotalCompletions()
The number of times that the underlying entry was successfully used.
float total_completions = 1;float getTotalFailures()
The number of times that the underlying entry was attempted to be used but failed.
float total_failures = 2;float getTotalCancellations()
The number of times that the underlying entry was attempted to be used but was cancelled by the user.
float total_cancellations = 3;float getTotalExecutionTimeForCompletionsMillis()
Total time spent (in milliseconds) during uses the resulted in completions.
float total_execution_time_for_completions_millis = 4;Copyright © 2025 Google LLC. All rights reserved.