public static interface MLServerProto.PostProcessingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getInputLogging()
allow logging of input on error
bool inputLogging = 3; |
MLServerProto.MatchList |
getMatches(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
int |
getMatchesCount()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
List<MLServerProto.MatchList> |
getMatchesList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchListOrBuilder |
getMatchesOrBuilder(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
List<? extends MLServerProto.MatchListOrBuilder> |
getMatchesOrBuilderList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
String |
getSentences(int index)
input text to be analyzed
repeated string sentences = 1; |
com.google.protobuf.ByteString |
getSentencesBytes(int index)
input text to be analyzed
repeated string sentences = 1; |
int |
getSentencesCount()
input text to be analyzed
repeated string sentences = 1; |
List<String> |
getSentencesList()
input text to be analyzed
repeated string sentences = 1; |
long |
getTextSessionID(int index)
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4; |
int |
getTextSessionIDCount()
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4; |
List<Long> |
getTextSessionIDList()
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getSentencesList()
input text to be analyzed
repeated string sentences = 1;
int getSentencesCount()
input text to be analyzed
repeated string sentences = 1;
String getSentences(int index)
input text to be analyzed
repeated string sentences = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getSentencesBytes(int index)
input text to be analyzed
repeated string sentences = 1;
index
- The index of the value to return.List<MLServerProto.MatchList> getMatchesList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2;
MLServerProto.MatchList getMatches(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2;
int getMatchesCount()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2;
List<? extends MLServerProto.MatchListOrBuilder> getMatchesOrBuilderList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2;
MLServerProto.MatchListOrBuilder getMatchesOrBuilder(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2;
boolean getInputLogging()
allow logging of input on error
bool inputLogging = 3;
List<Long> getTextSessionIDList()
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4;
int getTextSessionIDCount()
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4;
long getTextSessionID(int index)
session ID, for partial rollout & A/B tests
repeated int64 textSessionID = 4;
index
- The index of the element to return.