Enum PrependScheme
Used by Metaspace to determine which of the pretokenized inputs to process.
Namespace: Unity.InferenceEngine.Tokenization
Assembly: Unity.InferenceEngine.Tokenization.dll
Syntax
public enum PrependScheme
Fields
| Name | Description |
|---|---|
| Always | Processes all the input strings. |
| First | Processes only the first input string. |
| Never | Processes no input string. |