Skip to content
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

chore: update openai service to official deployment, and disable test due to outage #1619

Merged
merged 1 commit into from Aug 18, 2022

Conversation

mhamilton723
Copy link
Collaborator

@mhamilton723 mhamilton723 commented Aug 18, 2022

Related Issues/PRs

#xxx

What changes are proposed in this pull request?

Briefly describe the changes included in this Pull Request.

How is this patch tested?

  • I have written tests (not required for typo or doc fix) and confirmed the proposed feature/bug-fix/change works.

Does this PR change any dependencies?

  • No. You can skip this section.
  • Yes. Make sure the dependencies are resolved correctly, and list changes here.

Does this PR add a new feature? If so, have you added samples on website?

  • No. You can skip this section.
  • Yes. Make sure you have added samples following below steps.
  1. Find the corresponding markdown file for your new feature in website/docs/documentation folder.
    Make sure you choose the correct class estimators/transformers and namespace.
  2. Follow the pattern in markdown file and add another section for your new API, including pyspark, scala (and .NET potentially) samples.
  3. Make sure the DocTable points to correct API link.
  4. Navigate to website folder, and run yarn run start to make sure the website renders correctly.
  5. Don't forget to add <!--pytest-codeblocks:cont--> before each python code blocks to enable auto-tests for python samples.
  6. Make sure the WebsiteSamplesTests job pass in the pipeline.

AB#1936487

@mhamilton723
Copy link
Collaborator Author

/azp run

@github-actions
Copy link

Hey @mhamilton723 👋!
Thank you so much for contributing to our repository 🙌.
Someone from SynapseML Team will be reviewing this pull request soon.
We appreciate your patience and contributions 💯!

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2022

Codecov Report

Merging #1619 (71d5951) into master (f54f7f6) will increase coverage by 5.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1619      +/-   ##
==========================================
+ Coverage   77.47%   82.49%   +5.02%     
==========================================
  Files         292      292              
  Lines       15473    15473              
  Branches      752      752              
==========================================
+ Hits        11987    12765     +778     
+ Misses       3486     2708     -778     
Impacted Files Coverage Δ
.../execution/streaming/continuous/HTTPSourceV2.scala 92.08% <0.00%> (-0.72%) ⬇️
...ure/synapse/ml/io/http/SimpleHTTPTransformer.scala 92.30% <0.00%> (+6.15%) ⬆️
...oft/azure/synapse/ml/param/UntypedArrayParam.scala 59.37% <0.00%> (+6.25%) ⬆️
...re/synapse/ml/cognitive/CognitiveServiceBase.scala 77.62% <0.00%> (+6.99%) ⬆️
.../microsoft/azure/synapse/ml/cognitive/OpenAI.scala 56.25% <0.00%> (+8.75%) ⬆️
...crosoft/azure/synapse/ml/io/http/HTTPClients.scala 82.35% <0.00%> (+8.82%) ⬆️
...om/microsoft/azure/synapse/ml/cognitive/Face.scala 81.37% <0.00%> (+15.86%) ⬆️
...rosoft/azure/synapse/ml/core/spark/FluentAPI.scala 60.00% <0.00%> (+20.00%) ⬆️
.../azure/synapse/ml/cognitive/FormRecognizerV3.scala 64.00% <0.00%> (+24.00%) ⬆️
...ft/azure/synapse/ml/cognitive/FormRecognizer.scala 73.40% <0.00%> (+24.46%) ⬆️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mhamilton723 mhamilton723 merged commit ac40e5a into microsoft:master Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants