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 Type
    Method
    Description
    long
    Number of audio tokens in the batch prediction dataset.
    long
    Number of tokens in the batch prediction dataset.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.