Uses of Class
com.google.genai.proto.SentencepieceModel.SelfTestData
Packages that use SentencepieceModel.SelfTestData
-
Uses of SentencepieceModel.SelfTestData in com.google.genai.proto
Fields in com.google.genai.proto with type parameters of type SentencepieceModel.SelfTestDataModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SentencepieceModel.SelfTestData>
SentencepieceModel.SelfTestData.PARSER
Deprecated.Methods in com.google.genai.proto that return SentencepieceModel.SelfTestDataModifier and TypeMethodDescriptionSentencepieceModel.SelfTestData.Builder.build()
SentencepieceModel.SelfTestData.Builder.buildPartial()
SentencepieceModel.SelfTestData.getDefaultInstance()
SentencepieceModel.SelfTestData.Builder.getDefaultInstanceForType()
SentencepieceModel.SelfTestData.getDefaultInstanceForType()
SentencepieceModel.ModelProto.Builder.getSelfTestData()
Stores sample input and its expected segmentation to verify the model.SentencepieceModel.ModelProto.getSelfTestData()
Stores sample input and its expected segmentation to verify the model.SentencepieceModel.ModelProtoOrBuilder.getSelfTestData()
Stores sample input and its expected segmentation to verify the model.SentencepieceModel.SelfTestData.parseDelimitedFrom
(InputStream input) SentencepieceModel.SelfTestData.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SentencepieceModel.SelfTestData.parseFrom
(byte[] data) SentencepieceModel.SelfTestData.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SentencepieceModel.SelfTestData.parseFrom
(com.google.protobuf.ByteString data) SentencepieceModel.SelfTestData.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SentencepieceModel.SelfTestData.parseFrom
(com.google.protobuf.CodedInputStream input) SentencepieceModel.SelfTestData.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SentencepieceModel.SelfTestData.parseFrom
(InputStream input) SentencepieceModel.SelfTestData.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SentencepieceModel.SelfTestData.parseFrom
(ByteBuffer data) SentencepieceModel.SelfTestData.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.genai.proto that return types with arguments of type SentencepieceModel.SelfTestDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SentencepieceModel.SelfTestData>
SentencepieceModel.SelfTestData.getParserForType()
static com.google.protobuf.Parser<SentencepieceModel.SelfTestData>
SentencepieceModel.SelfTestData.parser()
Methods in com.google.genai.proto with parameters of type SentencepieceModel.SelfTestDataModifier and TypeMethodDescriptionSentencepieceModel.SelfTestData.Builder.mergeFrom
(SentencepieceModel.SelfTestData other) SentencepieceModel.ModelProto.Builder.mergeSelfTestData
(SentencepieceModel.SelfTestData value) Stores sample input and its expected segmentation to verify the model.SentencepieceModel.SelfTestData.newBuilder
(SentencepieceModel.SelfTestData prototype) SentencepieceModel.ModelProto.Builder.setSelfTestData
(SentencepieceModel.SelfTestData value) Stores sample input and its expected segmentation to verify the model.Method parameters in com.google.genai.proto with type arguments of type SentencepieceModel.SelfTestDataModifier and TypeMethodDescriptionSentencepieceModel.SelfTestData.Builder.addExtension
(com.google.protobuf.GeneratedMessage.GeneratedExtension<SentencepieceModel.SelfTestData, List<Type>> extension, Type value) SentencepieceModel.SelfTestData.Builder.clearExtension
(com.google.protobuf.GeneratedMessage.GeneratedExtension<SentencepieceModel.SelfTestData, T> extension) SentencepieceModel.SelfTestData.Builder.setExtension
(com.google.protobuf.GeneratedMessage.GeneratedExtension<SentencepieceModel.SelfTestData, List<Type>> extension, int index, Type value) SentencepieceModel.SelfTestData.Builder.setExtension
(com.google.protobuf.GeneratedMessage.GeneratedExtension<SentencepieceModel.SelfTestData, Type> extension, Type value)