Package com.arize.protocol
Interface Public.MultiClassPrediction.SingleLabelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Public.MultiClassPrediction.SingleLabel,Public.MultiClassPrediction.SingleLabel.Builder
- Enclosing class:
- Public.MultiClassPrediction
public static interface Public.MultiClassPrediction.SingleLabelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsPredictionScores(String key)map<string, .google.protobuf.DoubleValue> prediction_scores = 1;Map<String,com.google.protobuf.DoubleValue>getPredictionScores()Deprecated.intgetPredictionScoresCount()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.DoubleValuegetPredictionScoresOrDefault(String key, com.google.protobuf.DoubleValue defaultValue)map<string, .google.protobuf.DoubleValue> prediction_scores = 1;com.google.protobuf.DoubleValuegetPredictionScoresOrThrow(String key)map<string, .google.protobuf.DoubleValue> prediction_scores = 1;-
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;
-
getPredictionScores
@Deprecated Map<String,com.google.protobuf.DoubleValue> getPredictionScores()
Deprecated.UsegetPredictionScoresMap()instead.
-
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;
-
-