Interface TranslationEvaluationMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getBaseBleuScore()
      Output only.
      double getBleuScore()
      Output only.
      • 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 Detail

      • getBleuScore

        double getBleuScore()
         Output only. BLEU score.
         
        double bleu_score = 1;
        Returns:
        The bleuScore.
      • getBaseBleuScore

        double getBaseBleuScore()
         Output only. BLEU score for base model.
         
        double base_bleu_score = 2;
        Returns:
        The baseBleuScore.