snowflake.snowpark.functions.snowflake_cortex_summarize¶
- snowflake.snowpark.functions.snowflake_cortex_summarize(text: Union[Column, str])[source]¶
Summarizes the given English-language input text.
- Parameters:
text – A string containing the English text from which a summary should be generated.
- Returns:
A string containing a summary of the original text.