public static interface AssessDataResponse.TuningResourceUsageAssessmentResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBillableCharacterCount()
Number of billable tokens in the tuning dataset.
|
long |
getTokenCount()
Number of tokens in the tuning dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTokenCount()
Number of tokens in the tuning dataset.
int64 token_count = 1;long getBillableCharacterCount()
Number of billable tokens in the tuning dataset.
int64 billable_character_count = 2;Copyright © 2025 Google LLC. All rights reserved.