[Text Analytics] Add a sample for model versions#19087
Merged
deyaaeldeen merged 3 commits intoAzure:mainfrom Dec 9, 2021
Merged
[Text Analytics] Add a sample for model versions#19087deyaaeldeen merged 3 commits intoAzure:mainfrom
deyaaeldeen merged 3 commits intoAzure:mainfrom
Conversation
| /** | ||
| * Specify the model version by setting this property. "latest" indicates | ||
| * the latest generaly availability version of the model. When not specified, | ||
| * latest will be assumed. Model versions are date based, e.g "2021-06-01". |
Contributor
There was a problem hiding this comment.
maybe include the service doc that shows all the available modelVersions for each endpoint?
Member
Author
There was a problem hiding this comment.
Great point, I added a link to the list of versions for NER. I could not find the versions list for all features in one place. @aahill do you know where can I find such list?
There was a problem hiding this comment.
We are just about to publish one. It's a chicken-egg situation ;)
kristapratico
approved these changes
Dec 9, 2021
Contributor
kristapratico
left a comment
There was a problem hiding this comment.
I missed this request, was this for all languages or just js?
Member
Author
|
@kristapratico it is in a private email thread with the docs team and Assaf and they want to explore adding a sample for this. I will let you know if they want to proceed with it. |
mssfang
approved these changes
Dec 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@assafi asked for a sample to set model versions so this PR adds one.