Interface PointwiseMetricResultOrBuilder

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

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

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

    • hasScore

      boolean hasScore()
       Output only. Pointwise metric score.
       
      optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the score field is set.
    • getScore

      float getScore()
       Output only. Pointwise metric score.
       
      optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The score.
    • getExplanation

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

      com.google.protobuf.ByteString getExplanationBytes()
       Output only. Explanation for pointwise 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];