CombinedRequestInputTokensRange(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The range of aggregated input token values covered by the SKU.
A request to a managed model has an aggregated input token value determined by the sum of the metric values of the input token metrics.
- input tokens
- cache read input tokens
- cache write input tokens
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
start_value |
int
Output only. The inclusive lower bound of the range. |
end_value |
int
Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above. This field is a member of oneof_ _end_value.
|