Interface QuestionAnsweringHelpfulnessSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QuestionAnsweringHelpfulnessSpec, QuestionAnsweringHelpfulnessSpec.Builder

@Generated public interface QuestionAnsweringHelpfulnessSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional.
    int
    Optional.

    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

    • getUseReference

      boolean getUseReference()
       Optional. Whether to use instance.reference to compute question answering
       helpfulness.
       
      bool use_reference = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The useReference.
    • getVersion

      int getVersion()
       Optional. Which version to use for evaluation.
       
      int32 version = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The version.