snowflake.snowpark.functions.ai_summarize_agg¶
- snowflake.snowpark.functions.ai_summarize_agg(expr: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.44.0/src/snowflake/snowpark/functions.py#L13112-L13140)¶
Summarizes a column of text data.
- Parameters:
expr – This is an expression that contains text for summarization, such as restaurant reviews or phone transcripts.
Example: