QuestionQ53
Snowflake Gen AI & LLM FunctionsA Gen AI Specialist needs to determine whether feedback from a recent survey was generally positive, negative, or neutral. The Specialist wants the assessment reported as either a floating-point number from –1 to +1 (inclusive) or an object with a categories field.
Which statements will produce the desired results?
Choose two
- A SNOWFLAKE.CORTEX.CLASSIFY_TEXT (SURVEY_TEXT)
- B SNOWFLAKE.CORTEX.COMPLETE (SURVEY_TEXT)
- C SNOWFLAKE.CORTEX.ENTITY_SENTIMENT (SURVEY_TEXT, [‘positive’, ‘negative’, ‘neutral'])
- D SNOWFLAKE.CORTEX.FINETUNE (SURVEY_TEXT);
- E SNOWFLAKE.CORTEX.SENTIMENT (SURVEY_TEXT)
Community Discussion