snowflake.snowpark.functions.snowflake_cortex_summarize¶

snowflake.snowpark.functions.snowflake_cortex_summarize(text: Union[Column, str]) → Column[source]¶

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.