Interface BertLmProto.BatchScoreRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BertLmProto.BatchScoreRequest,BertLmProto.BatchScoreRequest.Builder
- Enclosing class:
BertLmProto
public static interface BertLmProto.BatchScoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRequests(int index) repeated .bert.ScoreRequest requests = 1;intrepeated .bert.ScoreRequest requests = 1;repeated .bert.ScoreRequest requests = 1;getRequestsOrBuilder(int index) repeated .bert.ScoreRequest requests = 1;List<? extends BertLmProto.ScoreRequestOrBuilder> repeated .bert.ScoreRequest requests = 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
-
getRequestsList
List<BertLmProto.ScoreRequest> getRequestsList()repeated .bert.ScoreRequest requests = 1; -
getRequests
repeated .bert.ScoreRequest requests = 1; -
getRequestsCount
int getRequestsCount()repeated .bert.ScoreRequest requests = 1; -
getRequestsOrBuilderList
List<? extends BertLmProto.ScoreRequestOrBuilder> getRequestsOrBuilderList()repeated .bert.ScoreRequest requests = 1; -
getRequestsOrBuilder
repeated .bert.ScoreRequest requests = 1;
-