Interface Public.MultiClassPrediction.MultiLabel.MultiLabelScoresOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.DoubleValue getPredictionScore()
      .google.protobuf.DoubleValue prediction_score = 1;
      com.google.protobuf.DoubleValueOrBuilder getPredictionScoreOrBuilder()
      .google.protobuf.DoubleValue prediction_score = 1;
      com.google.protobuf.DoubleValue getThresholdScore()
      .google.protobuf.DoubleValue threshold_score = 2;
      com.google.protobuf.DoubleValueOrBuilder getThresholdScoreOrBuilder()
      .google.protobuf.DoubleValue threshold_score = 2;
      boolean hasPredictionScore()
      .google.protobuf.DoubleValue prediction_score = 1;
      boolean hasThresholdScore()
      .google.protobuf.DoubleValue threshold_score = 2;
      • 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

      • hasPredictionScore

        boolean hasPredictionScore()
        .google.protobuf.DoubleValue prediction_score = 1;
        Returns:
        Whether the predictionScore field is set.
      • getPredictionScore

        com.google.protobuf.DoubleValue getPredictionScore()
        .google.protobuf.DoubleValue prediction_score = 1;
        Returns:
        The predictionScore.
      • getPredictionScoreOrBuilder

        com.google.protobuf.DoubleValueOrBuilder getPredictionScoreOrBuilder()
        .google.protobuf.DoubleValue prediction_score = 1;
      • hasThresholdScore

        boolean hasThresholdScore()
        .google.protobuf.DoubleValue threshold_score = 2;
        Returns:
        Whether the thresholdScore field is set.
      • getThresholdScore

        com.google.protobuf.DoubleValue getThresholdScore()
        .google.protobuf.DoubleValue threshold_score = 2;
        Returns:
        The thresholdScore.
      • getThresholdScoreOrBuilder

        com.google.protobuf.DoubleValueOrBuilder getThresholdScoreOrBuilder()
        .google.protobuf.DoubleValue threshold_score = 2;