-
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
Add config to Text Api location #1235
Add config to Text Api location #1235
Conversation
ad2af4c
to
0a4b026
Compare
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.
Love it! One minor change!
...tive/src/test/scala/com/microsoft/azure/synapse/ml/cognitive/split1/TextAnalyticsSuite.scala
Outdated
Show resolved
Hide resolved
5f8ac34
to
b94c566
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1235 +/- ##
==========================================
- Coverage 83.12% 78.15% -4.97%
==========================================
Files 300 248 -52
Lines 13699 11984 -1715
Branches 660 660
==========================================
- Hits 11387 9366 -2021
- Misses 2312 2618 +306
Continue to review full report at Codecov.
|
Adds
TEXT_API_LOCATION
environment variable (defaults toeastus
) to allow overriding the Cognitive Services, alongside the existingTEXT_API_KEY
.