-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add TextAnalyze transformer to add support for Text Analytics /analyze
endpoint
#1267
feat: Add TextAnalyze transformer to add support for Text Analytics /analyze
endpoint
#1267
Conversation
/analyze
endpoint/analyze
endpoint
26dcc7e
to
c0da2a4
Compare
/analyze
endpoint/analyze
endpoint
c0da2a4
to
5cb9f77
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1267 +/- ##
==========================================
+ Coverage 83.28% 83.30% +0.02%
==========================================
Files 300 300
Lines 13720 13828 +108
Branches 670 672 +2
==========================================
+ Hits 11427 11520 +93
- Misses 2293 2308 +15
Continue to review full report at Codecov.
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
f1b1192
to
44fb0db
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
44fb0db
to
8b00517
Compare
/azp run |
Commenter does not have sufficient privileges for PR 1267 in repo microsoft/SynapseML |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
8b00517
to
73370f4
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
sentimentAnalysis: Option[Seq[TAAnalyzeResultTaskResults[SentimentScoredDocumentV3]]]) | ||
|
||
object TAAnalyzeResults extends SparkBindings[TAAnalyzeResult] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: This file has a bit of extra whitespace in a few areas
679b7dd
to
2e9c4a9
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The Text Analytics
/analyze
endpoint provides a way to perform multiple tasks in a single API call (good for high-throughput scenarios)