Interface PairwiseMetricResultOrBuilder

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

@Generated public interface PairwiseMetricResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPairwiseChoiceValue

      int getPairwiseChoiceValue()
       Output only. Pairwise metric 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 metric 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 pairwise metric score.
       
      string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The explanation.
    • getExplanationBytes

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

      boolean hasCustomOutput()
       Output only. Spec for custom output.
       
      .google.cloud.aiplatform.v1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the customOutput field is set.
    • getCustomOutput

      CustomOutput getCustomOutput()
       Output only. Spec for custom output.
       
      .google.cloud.aiplatform.v1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The customOutput.
    • getCustomOutputOrBuilder

      CustomOutputOrBuilder getCustomOutputOrBuilder()
       Output only. Spec for custom output.
       
      .google.cloud.aiplatform.v1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];