Commit ad50db4
authored
Resolving comments for conversation authoring sdk release (Azure#47887)
* modify the clientname to AnalyzeConversationClient and add the AnalyzeConversationClientOptions
* - collapse the client level, only use AnalyzeConversationClient
* suppress `export` with StringIndexType and set it to correct value internally
* -add more subclients.
* modifed all getsubclients methods.
* remove confusionMatrix and confusionRow and use Record<Record<ConfusionCell>> directly
* add one more customed ProjectFilesConversationAuthoringAnalusis and add export and exportAsync in it.
* remove custom getSubClients functions to generate the annotation for use.
* add annotation to all custom methods for successful pack
* changed AnalyzeConversationClient to AnalyzeConversationAuthoringClient
* change prefix from AnalyzeConversation to AnalyzeConversationAuthoring for all common models
* modify files to successfully generate nupkg
* change the subclientname to ConversationAuthoring+ClientletNoun
* change the main client name from AnalyzeConversationAuthoringClient to ConversationAnalysisAuthoringClient
* add prefix 'ConversationAnalysisAuthoring' to main client and clientOption.
* - pass the project name to the subclient constrcutor
- remove client suffix from getSubclient functions
* remove the projectName parameter from all functions of ConversationAuthoringCopyProject
* - remove the projectName parameter from all functions of ConversationAuthoringDeploymentResources
* remove the projectName parameter from all functions of ConversationAuthoringDeployments
* remove the projectName parameter from all functions of ConversationAuthoringExportedModels
* remove the projectName parameter from all functions of ConversationAuthoringModels
* remove ConversationAuthoringPrebuilts constructor with projectname
* remove the projectName parameter from all functions of ConversationAuthoringProjectFiles
* remove ConversationAuthoringProjects constructor with projectname
* remove the projectName parameter from all functions of ConversationAuthoringTraining
* change property `DeploymentExpirationDate` to `DeploymentExpiresOn`
* modify properties type to Azure Regions and Azure Resource Id
* add AssignedDeploymentResource constructor with AzureLocation and ResourceIdentifierId
* change the doc comments of most functions to include the new change of removing ProjectName from functions parameters
* updated ConversationAuthoringCopyProject to ConversationAuthoringCopiedProject, GetCopyProject to GetCopiedProject
* changed the list function to paginated templates
* add one enum type DatasetType for dataset
* Have updated the name to ConversationAnalysisAuthoringModelFactory and move it to .Models namespace.
* Have updated the namespace of Extension to `Microsoft.Extensions.Azure`
* Changed operation name from `copyProjectAuthorization` to `AuthorizeProjectCopy`
* updated parameter name 'body' to 'details'
* adjust the stucture for ConversationAuthoringProject clientlet
* updated the clientlets strcuture and reduce them to three clientlets
* move training mothods to ConversationAuthoringProjects
* move DeploymentResources operations to ConversationAuthoringDeployments
* move copyproject operations to ConversationAuthoringProjects
* moved GetSupportedLanguages and GetProjects to ConversationAnalysisAuthoringClient
* moved GetDeployments and GetAssignedResourceDeployments, etc. to ConversationAnalysisAuthoringClient
* remove suppress on GetAllDeployments, GetAssignedResourceDeployments, ets.
* Move ConversationAuthoringExportedModels into ConversationAuthoringModels
* remove some main client functions from clientlets, to make them generate automatically
* adjust for dotnet pack
* suppress three constructors with no parameters for clientlets
* replace all the parameter `body` with `details`
* replace parameter `body` with `details` for TrainingJobDetails
* remove cache member variables
* modifed the tests based on new version sdk
* updated the commit id for conversations authoring
* updated the readme.file
* revert the changes in text authoring
* update sdk to the latest commit id.
* remove the generated sample tests.
* updated property 'projectName' and `deploymentName` to public
* use the new commit of "removing generated samples"
* updated to the lastest commit id that have been merged to rest api repo
* udpated the export and exportAsync protocol methods
* remove projectname from convenience methods and protocol methods from Project subclient
* remove `projectname` and `deploymentname` from all methods of Deployment subclient
* devide the Models subclient into two and remove the inilialized paramters from methods
* modified the tests based on new subclients and new clientname
* modified all the tests and samples for tests using new clientlets
* updated Export API
* Update snippets
* updated the general readMe
* updated the prefix of common class and updated the related tests
* udpated Export API
* updated Snippets
* update client and clientlets links in general readme
* move swapDeployment, assignDeploymentresource and unassignDeploymentresoutce to TextAuthoringProject and modified tests
* update the links in general readme
* have the type for samples to replace var in all readme files
* replace deploymentAuthoringClient with deploymentClient
* modify the clientlet name in all readme files1 parent d081065 commit ad50db4
File tree
299 files changed
+13782
-27876
lines changed- sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring
- api
- samples
- src
- Generated
- Docs
- Models
- tests
- Generated/Samples
- Infrastructure
- Samples
- SessionRecords/ConversationsAuthoringClientLiveTest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
299 files changed
+13782
-27876
lines changedLines changed: 26 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
123 | | - | |
| 121 | + | |
124 | 122 | | |
125 | | - | |
| 123 | + | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
169 | 167 | | |
170 | 168 | | |
171 | 169 | | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | | - | |
| 194 | + | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
270 | 269 | | |
271 | 270 | | |
272 | 271 | | |
273 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
| |||
0 commit comments