public static interface BertLmProto.BatchScoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BertLmProto.ScoreRequest |
getRequests(int index)
repeated .bert.ScoreRequest requests = 1; |
int |
getRequestsCount()
repeated .bert.ScoreRequest requests = 1; |
List<BertLmProto.ScoreRequest> |
getRequestsList()
repeated .bert.ScoreRequest requests = 1; |
BertLmProto.ScoreRequestOrBuilder |
getRequestsOrBuilder(int index)
repeated .bert.ScoreRequest requests = 1; |
List<? extends BertLmProto.ScoreRequestOrBuilder> |
getRequestsOrBuilderList()
repeated .bert.ScoreRequest requests = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<BertLmProto.ScoreRequest> getRequestsList()
repeated .bert.ScoreRequest requests = 1;
BertLmProto.ScoreRequest getRequests(int index)
repeated .bert.ScoreRequest requests = 1;
int getRequestsCount()
repeated .bert.ScoreRequest requests = 1;
List<? extends BertLmProto.ScoreRequestOrBuilder> getRequestsOrBuilderList()
repeated .bert.ScoreRequest requests = 1;
BertLmProto.ScoreRequestOrBuilder getRequestsOrBuilder(int index)
repeated .bert.ScoreRequest requests = 1;