AI_SENTIMENT (Beta)
Applies to: ✅ Data 360 SQL ❌ Tableau Hyper API
Performs sentiment analysis on text input and returns a sentiment label.
input_text: The text to analyze for sentiment. The function processes empty input values normally. The text must be a non-NULL value.
Returns a text sentiment label. Sentiment labels are:
- Positive
- Negative
- Neutral
- Requests to the function time out after 30 seconds.
input_textmust be a non-NULL value. AddNON_NULLto theWHEREclause in your SQL statement to avoidNULLvalue errors.
Analyzes sentiment for multiple rows from a table.
Returns the sentiment of the feedback for each row in the AutomobileServiceFeedback__dll.
Show only positive feedback in a table.
Returns all positive feedback.