You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[FormRecognizer] Copy Model API (#9068)
* Add support for copy model API
* Add copyModel samples
* The result from copy model should be CustomFormModelInfo
Add copy model test
* Update sdk/formrecognizer/ai-form-recognizer/src/formTrainingClient.ts
Co-authored-by: Krista Pratico <krpratic@microsoft.com>
* Include original result from service in returned authorization
* format code
* Uncomment samples code to use real package
* Remove redundant properties
* Fix test-resources.json
* Remove unused `CopyResult` type
* Address CR feedback
- Extends from CopyAuthorizationResultModel
- Add documentation
Co-authored-by: Krista Pratico <krpratic@microsoft.com>