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
* generate the first version of 2025-05-15-preview sdk
* update commit id in tsp-location.yaml
* updated some tests for 2025-05-15-preview
* add tests for Train_withDataGenerationSettings
* update the tests for importProject
* added the tests for training with data generation
* added tests for deployProjectWithAssignedResrouce and importProjectWithAssignedResources
* updated the tests.
* udpate samples for training with data generation
* adjust the DeployProject_WithAssignedResources, and successfully record it.
* add GetDeploymentAsync and GetDeployment tests and samples
* updated {endpoint} and {api-key} in snippets
* updated the live test GetDeploymentAsync
* add tests and samples for deployProject_with_assignResources
* add tests and samples for import_withAssetsMetaData
* updated test records
* record tests for getModelEvaluationResultAsync
* run `Export API`
* use the latest commit id
* added 1.0.0-beta.2 in readme
* add the tests for assigndeploymentResources and getAssignstatus
* add test samples for unassignDeploymentResource and getUnassignDeploymentResourceStatus
* remove options from clients for unassignDeploymentResources
* added samples for UnassignDeploymentResources and updated snippets
* add samples for AssingDeploymentResourceAsync and getStatus, and removed the record tests
* trigger CI
* add tests and samples for assign/unassignDeployments and getAssign/UnassignStatus
* updated samples and links in main readme file
* udpate samples and links in samples readme file
* update change log
* generate the sdk with importRawJson
* customize importRawJson funciton and add the record tests
* customize the low-level importRawJsonAsync and importRawJson
* changed name "ImportRawJson" to "import"
* added samples and tests for importWithRawJson
* updated the snippets and export API
* add import raw json string to change log
* Run Export-API.ps1
* modify the release date in change log
* udpate import version to 2025-05-15-preview in samples
* updated the versions on readme
* update all smaple links from amber to main
* update exportedProjectFormat to projectFormat in import functions
* updated exportedProject to projectJson for importJson
* updated all the values to placeholder in samples
* update rigion to placeholder
* udpated the date on changelog
* update all sync and async sample into one file
* run Update-Snippets.ps1
* update key and AAD client for each sample
* run Export-API.ps1
* add using System.Threading.Tasks; to all samples
* add customized importRawJson feature
* run Export-API.ps1
---------
Co-authored-by: Xiong Chen <[email protected]>
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/README.md
+27-26Lines changed: 27 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,24 @@
3
3
Azure Conversations Authoring is part of the Azure Cognitive Service for Language, a cloud-based service that provides tools for creating, managing, and deploying conversational AI solutions. This client library offers the following features:
@@ -142,33 +153,23 @@ We guarantee that all client instance methods are thread-safe and independent of
142
153
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples).
143
154
144
155
*[Create a New Project (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample1_ConversationsAuthoring_CreateProject.md)
145
-
*[Create a New Project (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample1_ConversationsAuthoring_CreateProjectAsync.md)
146
156
*[Import a Project (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample2_ConversationsAuthoring_Import.md)
147
-
*[Import a Project (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample2_ConversationsAuthoring_ImportAsync.md)
148
157
*[Export a Project (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample3_ConversationsAuthoring_Export.md)
149
-
*[Export a Project (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample3_ConversationsAuthoring_ExportAsync.md)
*[Delete a Project (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample5_ConversationsAuthoring_DeleteProject.md)
153
-
*[Delete a Project (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample5_ConversationsAuthoring_DeleteProjectAsync.md)
154
160
*[Train a Model (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample6_ConversationsAuthoring_Train.md)
155
-
*[Train a Model (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample6_ConversationsAuthoring_TrainAsync.md)
156
161
*[Cancel Training Job (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample7_ConversationsAuthoring_CancelTrainingJob.md)
157
-
*[Cancel Training Job (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample7_ConversationsAuthoring_CancelTrainingJobAsync.md)
158
162
*[Get Model Evaluation Summary (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample8_ConversationsAuthoring_GetModelEvaluationSummary.md)
159
-
*[Get Model Evaluation Summary (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample8_ConversationsAuthoring_GetModelEvaluationSummaryAsync.md)
160
163
*[Get Model Evaluation Results (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample9_ConversationsAuthoring_GetModelEvaluationResults.md)
161
-
*[Get Model Evaluation Results (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample9_ConversationsAuthoring_GetModelEvaluationResultsAsync.md)
*[Delete a Trained Model (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample11_ConversationsAuthoring_DeleteTrainedModel.md)
165
-
*[Delete a Trained Model (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample11_ConversationsAuthoring_DeleteTrainedModelAsync.md)
*[Delete a Deployment (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample13_ConversationsAuthoring_DeleteDeployment.md)
169
-
*[Delete a Deployment (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample13_ConversationsAuthoring_DeleteDeploymentAsync.md)
170
168
*[Deploy a Project (Sync)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample14_ConversationsAuthoring_DeployProject.md)
171
-
*[Delete a Project (Async)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/samples/Sample14_ConversationsAuthoring_DeployProjectAsync.md)
0 commit comments