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