- Accumulate
- Specify one or more column names to add to the output table in a comma-separated list. Use an asterisk (*) to specify all columns.
- ModelOutputTensor
- Specify which tensor model to use for output.
- EncodedMaxLength
- Enter a value to set the encoded tokenizer maximum length for the output tokens.
- ShowModelProperties
- [Optional] Display the input and output tensor properties of the model as a varchar column.
- OutputColumnPrefix
- [Optional] Display the column prefix for each of the output columns when using FLOAT32 OutputFormat.
- OutputFormat
- [Optional] Use the TYPE(INTEGER) format for the model embeddings output.
- OverwriteCachedModel
- [Optional] Valid values are: 'current_cached_model', '*', 'true', 't', 'yes', '1', 'false', 'f', 'no', 'n', or '0'. All of these values are equivalent as this argument applies only to the model specified in the model ON clause, which is assumed to be in the cache.Important: Do not use the OverwriteCachedModel argument except when you are trying to replace a previously cached model. This applies to all models supported by BYOM. Using the argument in other cases, including in concurrent queries or multiple times within a short period of time, may lead to an OOM error from garbage collection not being fast enough.
- EnableMemoryCheck
- [Optional] When true, enables the memory check for large models to verify there is enough native memory. This parameter only applies to ModelType DAI.