Functions
classify
Classify your unstructured data using the Default Classification Agent.
Inputs
task
(String): Description of the task to be performed.
target
(String | Unstructured Data File ID): The data to be classified.
Output
Default Classification Agent job ID.
Example Usage
SELECT classify(
'sentiment analysis; positive or negative',
file_column
) FROM data_table;