snowflake.ml.cortex¶
Classes
Options configuring a snowflake.cortex.Complete call. |
|
|
Cortex Fine-Tuning API. |
|
Fine-tuning Job. |
|
Fine-tuning job status. |
Functions
Note
Functions in this module are also available through “CamelCase” names (for example, ClassifyText
is the same as
complete_options
). These names are deprecated as of snowflake-ml-python
version 1.7.3, and will be removed in
a future release. Use the “snake_case” names shown here.
|
Use the LLM inference service to classify the INPUT text into one of the target CATEGORIES. |
|
Complete calls into the LLM inference service to perform completion. |
|
Calls into the LLM inference service to embed the text. |
|
Calls into the LLM inference service to embed the text. |
|
Calls into the LLM inference service to extract an answer from within specified text. |
|
Calls into the LLM inference service to perform sentiment analysis on the input text. |
|
Calls into the LLM inference service to summarize the input text. |
|
Calls into the LLM inference service to perform translation. |