Interface BertLmProto.BertLmResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BertLmProto.BertLmResponse,BertLmProto.BertLmResponse.Builder
- Enclosing class:
BertLmProto
public static interface BertLmProto.BertLmResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetScores(int index) repeated .bert.Prediction scores = 1;intrepeated .bert.Prediction scores = 1;repeated .bert.Prediction scores = 1;getScoresOrBuilder(int index) repeated .bert.Prediction scores = 1;List<? extends BertLmProto.PredictionOrBuilder> repeated .bert.Prediction scores = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScoresList
List<BertLmProto.Prediction> getScoresList()repeated .bert.Prediction scores = 1; -
getScores
repeated .bert.Prediction scores = 1; -
getScoresCount
int getScoresCount()repeated .bert.Prediction scores = 1; -
getScoresOrBuilderList
List<? extends BertLmProto.PredictionOrBuilder> getScoresOrBuilderList()repeated .bert.Prediction scores = 1; -
getScoresOrBuilder
repeated .bert.Prediction scores = 1;
-