Package com.google.genai.proto
Enum SentencepieceModel.ModelProto.SentencePiece.Type
java.lang.Object
java.lang.Enum<SentencepieceModel.ModelProto.SentencePiece.Type>
com.google.genai.proto.SentencepieceModel.ModelProto.SentencePiece.Type
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<SentencepieceModel.ModelProto.SentencePiece.Type>
- Enclosing class:
- SentencepieceModel.ModelProto.SentencePiece
public static enum SentencepieceModel.ModelProto.SentencePiece.Type
extends Enum<SentencepieceModel.ModelProto.SentencePiece.Type>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
com.google.genai.proto.ModelProto.SentencePiece.Type
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Typical usage of USER_DEFINED symbol is placeholder.static final int
control symbols.static final int
normal symbolstatic final int
unknown symbol.static final int
this piece is not used.static final int
user defined symbols. -
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<SentencepieceModel.ModelProto.SentencePiece.Type>
valueOf
(int value) Deprecated.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.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NORMAL
normal symbol
NORMAL = 1;
-
UNKNOWN
unknown symbol. only <unk> for now.
UNKNOWN = 2;
-
CONTROL
control symbols. </s>, <s>, <2ja> etc.
CONTROL = 3;
-
USER_DEFINED
user defined symbols.
USER_DEFINED = 4;
-
BYTE
Typical usage of USER_DEFINED symbol is placeholder.
BYTE = 6;
-
UNUSED
this piece is not used.
UNUSED = 5;
-
-
Field Details
-
NORMAL_VALUE
public static final int NORMAL_VALUEnormal symbol
NORMAL = 1;
- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEunknown symbol. only <unk> for now.
UNKNOWN = 2;
- See Also:
-
CONTROL_VALUE
public static final int CONTROL_VALUEcontrol symbols. </s>, <s>, <2ja> etc.
CONTROL = 3;
- See Also:
-
USER_DEFINED_VALUE
public static final int USER_DEFINED_VALUEuser defined symbols.
USER_DEFINED = 4;
- See Also:
-
BYTE_VALUE
public static final int BYTE_VALUETypical usage of USER_DEFINED symbol is placeholder.
BYTE = 6;
- See Also:
-
UNUSED_VALUE
public static final int UNUSED_VALUEthis piece is not used.
UNUSED = 5;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SentencepieceModel.ModelProto.SentencePiece.Type> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static SentencepieceModel.ModelProto.SentencePiece.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-