Interface Public.MultiClassPrediction.SingleLabelOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsPredictionScores​(String key)
      map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      Map<String,​com.google.protobuf.DoubleValue> getPredictionScores()
      Deprecated.
      int getPredictionScoresCount()
      map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      Map<String,​com.google.protobuf.DoubleValue> getPredictionScoresMap()
      map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      com.google.protobuf.DoubleValue getPredictionScoresOrDefault​(String key, com.google.protobuf.DoubleValue defaultValue)
      map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      com.google.protobuf.DoubleValue getPredictionScoresOrThrow​(String key)
      map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      • 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

      • getPredictionScoresCount

        int getPredictionScoresCount()
        map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      • containsPredictionScores

        boolean containsPredictionScores​(String key)
        map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      • getPredictionScoresMap

        Map<String,​com.google.protobuf.DoubleValue> getPredictionScoresMap()
        map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      • getPredictionScoresOrDefault

        com.google.protobuf.DoubleValue getPredictionScoresOrDefault​(String key,
                                                                     com.google.protobuf.DoubleValue defaultValue)
        map<string, .google.protobuf.DoubleValue> prediction_scores = 1;
      • getPredictionScoresOrThrow

        com.google.protobuf.DoubleValue getPredictionScoresOrThrow​(String key)
        map<string, .google.protobuf.DoubleValue> prediction_scores = 1;