cognitive-services-quickstart-code
cognitive-services-quickstart-code copied to clipboard
Fixed the sample codes because it couldn't be compiled earlier.
Purpose
-
AuthenticateTrainingmethod should not need the parameterpredictionKey; -
TrainProjectmethod should return the project object; -
PublishIterationmethod requiresiterationas its parameter; -
TestIterationmethod should have the parameterpublishedModelName.
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[X] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
dotnet run
- Test the code
What to Check
Verify that the following are valid
- ...