Version 2.1
SELECT * FROM TrainSentimentExtractor ( ON (SELECT 1) PARTITION BY 1 [ Domain ('host:port') ] [ Database ('db_name') ] [ UserID ('user_id') ] [ Password ('password') ] [ SSLSettings ('SSLsettings') ] [ SSLTrustStorePassword ('SSLtruststorepassword') ] InputTable ('training_table') TextColumn ('text_column') SentimentColumn ('sentiment_column') ModelFile ('model_file') [ Language ({ 'en' | 'zh_CN' | 'zh_TW' }) ] );
For information about the authentication arguments, see the following topics: