public static interface MLServerProto.SuggestedReplacementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getConfidence()
from 0 (lowest) to 1 (highest)
float confidence = 4; |
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
String |
getReplacement()
string replacement = 1; |
com.google.protobuf.ByteString |
getReplacementBytes()
string replacement = 1; |
String |
getSuffix()
Value shown in the UI after the replacement (but not part of it).
|
com.google.protobuf.ByteString |
getSuffixBytes()
Value shown in the UI after the replacement (but not part of it).
|
MLServerProto.SuggestedReplacement.SuggestionType |
getType()
.lt_ml_server.SuggestedReplacement.SuggestionType type = 5; |
int |
getTypeValue()
.lt_ml_server.SuggestedReplacement.SuggestionType type = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getReplacement()
string replacement = 1;
com.google.protobuf.ByteString getReplacementBytes()
string replacement = 1;
String getDescription()
string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;
String getSuffix()
Value shown in the UI after the replacement (but not part of it).
string suffix = 3;
com.google.protobuf.ByteString getSuffixBytes()
Value shown in the UI after the replacement (but not part of it).
string suffix = 3;
float getConfidence()
from 0 (lowest) to 1 (highest)
float confidence = 4;
int getTypeValue()
.lt_ml_server.SuggestedReplacement.SuggestionType type = 5;
MLServerProto.SuggestedReplacement.SuggestionType getType()
.lt_ml_server.SuggestedReplacement.SuggestionType type = 5;