Package com.arize.protocol
Interface Public.MultiClassPrediction.MultiLabelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Public.MultiClassPrediction.MultiLabel,Public.MultiClassPrediction.MultiLabel.Builder
- Enclosing class:
- Public.MultiClassPrediction
public static interface Public.MultiClassPrediction.MultiLabelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsPredictionThresholdScores(String key)map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;Map<String,Public.MultiClassPrediction.MultiLabel.MultiLabelScores>getPredictionThresholdScores()Deprecated.intgetPredictionThresholdScoresCount()map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;Map<String,Public.MultiClassPrediction.MultiLabel.MultiLabelScores>getPredictionThresholdScoresMap()map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;Public.MultiClassPrediction.MultiLabel.MultiLabelScoresgetPredictionThresholdScoresOrDefault(String key, Public.MultiClassPrediction.MultiLabel.MultiLabelScores defaultValue)map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;Public.MultiClassPrediction.MultiLabel.MultiLabelScoresgetPredictionThresholdScoresOrThrow(String key)map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPredictionThresholdScoresCount
int getPredictionThresholdScoresCount()
map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;
-
containsPredictionThresholdScores
boolean containsPredictionThresholdScores(String key)
map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;
-
getPredictionThresholdScores
@Deprecated Map<String,Public.MultiClassPrediction.MultiLabel.MultiLabelScores> getPredictionThresholdScores()
Deprecated.UsegetPredictionThresholdScoresMap()instead.
-
getPredictionThresholdScoresMap
Map<String,Public.MultiClassPrediction.MultiLabel.MultiLabelScores> getPredictionThresholdScoresMap()
map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;
-
getPredictionThresholdScoresOrDefault
Public.MultiClassPrediction.MultiLabel.MultiLabelScores getPredictionThresholdScoresOrDefault(String key, Public.MultiClassPrediction.MultiLabel.MultiLabelScores defaultValue)
map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;
-
getPredictionThresholdScoresOrThrow
Public.MultiClassPrediction.MultiLabel.MultiLabelScores getPredictionThresholdScoresOrThrow(String key)
map<string, .public.MultiClassPrediction.MultiLabel.MultiLabelScores> prediction_threshold_scores = 1;
-
-