public static interface BertLmProto.BertLmResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BertLmProto.Prediction |
getScores(int index)
repeated .bert.Prediction scores = 1; |
int |
getScoresCount()
repeated .bert.Prediction scores = 1; |
List<BertLmProto.Prediction> |
getScoresList()
repeated .bert.Prediction scores = 1; |
BertLmProto.PredictionOrBuilder |
getScoresOrBuilder(int index)
repeated .bert.Prediction scores = 1; |
List<? extends BertLmProto.PredictionOrBuilder> |
getScoresOrBuilderList()
repeated .bert.Prediction scores = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<BertLmProto.Prediction> getScoresList()
repeated .bert.Prediction scores = 1;
BertLmProto.Prediction getScores(int index)
repeated .bert.Prediction scores = 1;
int getScoresCount()
repeated .bert.Prediction scores = 1;
List<? extends BertLmProto.PredictionOrBuilder> getScoresOrBuilderList()
repeated .bert.Prediction scores = 1;
BertLmProto.PredictionOrBuilder getScoresOrBuilder(int index)
repeated .bert.Prediction scores = 1;