Package com.arize.protocol
Interface Public.MultiClassPrediction.MultiLabel.MultiLabelScoresOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Public.MultiClassPrediction.MultiLabel.MultiLabelScores,Public.MultiClassPrediction.MultiLabel.MultiLabelScores.Builder
- Enclosing class:
- Public.MultiClassPrediction.MultiLabel
public static interface Public.MultiClassPrediction.MultiLabel.MultiLabelScoresOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DoubleValuegetPredictionScore().google.protobuf.DoubleValue prediction_score = 1;com.google.protobuf.DoubleValueOrBuildergetPredictionScoreOrBuilder().google.protobuf.DoubleValue prediction_score = 1;com.google.protobuf.DoubleValuegetThresholdScore().google.protobuf.DoubleValue threshold_score = 2;com.google.protobuf.DoubleValueOrBuildergetThresholdScoreOrBuilder().google.protobuf.DoubleValue threshold_score = 2;booleanhasPredictionScore().google.protobuf.DoubleValue prediction_score = 1;booleanhasThresholdScore().google.protobuf.DoubleValue threshold_score = 2;-
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;
-
-