Interface PairwiseSummarizationQualityResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    float
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    int
    Output only.
    boolean
    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 Details

    • getPairwiseChoiceValue

      int getPairwiseChoiceValue()
       Output only. Pairwise summarization prediction choice.
       
      .google.cloud.aiplatform.v1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for pairwiseChoice.
    • getPairwiseChoice

      PairwiseChoice getPairwiseChoice()
       Output only. Pairwise summarization prediction choice.
       
      .google.cloud.aiplatform.v1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The pairwiseChoice.
    • getExplanation

      String getExplanation()
       Output only. Explanation for summarization quality score.
       
      string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The explanation.
    • getExplanationBytes

      com.google.protobuf.ByteString getExplanationBytes()
       Output only. Explanation for summarization quality score.
       
      string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for explanation.
    • hasConfidence

      boolean hasConfidence()
       Output only. Confidence for summarization quality score.
       
      optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the confidence field is set.
    • getConfidence

      float getConfidence()
       Output only. Confidence for summarization quality score.
       
      optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The confidence.