Interface AssessDataResponse.BatchPredictionResourceUsageAssessmentResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssessDataResponse.BatchPredictionResourceUsageAssessmentResult,AssessDataResponse.BatchPredictionResourceUsageAssessmentResult.Builder
- Enclosing class:
- AssessDataResponse
public static interface AssessDataResponse.BatchPredictionResourceUsageAssessmentResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongNumber of audio tokens in the batch prediction dataset.longNumber of tokens in the batch prediction dataset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTokenCount
long getTokenCount()Number of tokens in the batch prediction dataset.
int64 token_count = 1;- Returns:
- The tokenCount.
-
getAudioTokenCount
long getAudioTokenCount()Number of audio tokens in the batch prediction dataset.
int64 audio_token_count = 2;- Returns:
- The audioTokenCount.
-