Uses of Enum
com.google.genai.proto.SentencepieceModel.TrainerSpec.ModelType
Packages that use SentencepieceModel.TrainerSpec.ModelType
-
Uses of SentencepieceModel.TrainerSpec.ModelType in com.google.genai.proto
Methods in com.google.genai.proto that return SentencepieceModel.TrainerSpec.ModelTypeModifier and TypeMethodDescriptionSentencepieceModel.TrainerSpec.ModelType.forNumber
(int value) SentencepieceModel.TrainerSpec.Builder.getModelType()
optional .com.google.genai.proto.TrainerSpec.ModelType model_type = 3 [default = UNIGRAM];
SentencepieceModel.TrainerSpec.getModelType()
optional .com.google.genai.proto.TrainerSpec.ModelType model_type = 3 [default = UNIGRAM];
SentencepieceModel.TrainerSpecOrBuilder.getModelType()
optional .com.google.genai.proto.TrainerSpec.ModelType model_type = 3 [default = UNIGRAM];
SentencepieceModel.TrainerSpec.ModelType.valueOf
(int value) Deprecated.SentencepieceModel.TrainerSpec.ModelType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.SentencepieceModel.TrainerSpec.ModelType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.proto that return types with arguments of type SentencepieceModel.TrainerSpec.ModelTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SentencepieceModel.TrainerSpec.ModelType>
SentencepieceModel.TrainerSpec.ModelType.internalGetValueMap()
Methods in com.google.genai.proto with parameters of type SentencepieceModel.TrainerSpec.ModelTypeModifier and TypeMethodDescriptionSentencepieceModel.TrainerSpec.Builder.setModelType
(SentencepieceModel.TrainerSpec.ModelType value) optional .com.google.genai.proto.TrainerSpec.ModelType model_type = 3 [default = UNIGRAM];