snowflake.snowpark.functions.snowflake_cortex_summarize¶
- snowflake.snowpark.functions.snowflake_cortex_summarize(text: Union[Column, str])[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/functions.py#L10139-L10151)¶
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.