snowflake.snowpark.functions.snowflake_cortex_summarize

snowflake.snowpark.functions.snowflake_cortex_summarize(text: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L10846-L10868)

Summarizes the given English-language input text. :param text: A string containing the English text from which a summary should be generated.

Returns:

A string containing a summary of the original text.

This function or method is deprecated since 1.28.0. Use snowflake.cortex.summarize() instead.

Language: English