Skip to content

Commit aad8c80

Browse files
AmirGeorgeAmir George
authored andcommitted
Adding changes for Language Authoring 2023-04-01 to dev folder (Azure#22396)
* Adding changes for Language Authoring 2023-04-01 to dev folder * removing examples of features not shipping in GA * fixes --------- Co-authored-by: Amir George <[email protected]>
1 parent 2792b38 commit aad8c80

28 files changed

+53
-1795
lines changed

dev/cognitiveservices/data-plane/Language/analyzeconversations-authoring.json

Lines changed: 4 additions & 663 deletions
Large diffs are not rendered by default.

dev/cognitiveservices/data-plane/Language/analyzetext-authoring.json

Lines changed: 31 additions & 700 deletions
Large diffs are not rendered by default.

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulAssignDeploymentResources.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeploymentFromResources.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeployProject.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"projectName": "EmailApp",
77
"deploymentName": "production",
88
"body": {
9-
"trainedModelLabel": "29886710a2ae49259d62cffca977db66",
10-
"assignedResourceIds": [
11-
"/subscriptions/8ff19748-59ed-4e8a-af4b-7ce285849735/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/LangTestWeu",
12-
"/subscriptions/8ff19748-59ed-4e8a-af4b-7ce285849735/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/LangTestEus"
13-
]
9+
"trainedModelLabel": "29886710a2ae49259d62cffca977db66"
1410
}
1511
},
1612
"responses": {

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeployment.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,7 @@
1515
"lastTrainedDateTime": "2022-04-18T15:47:49.4334381Z",
1616
"lastDeployedDateTime": "2022-04-18T15:53:04Z",
1717
"deploymentExpirationDate": "2023-10-28",
18-
"modelTrainingConfigVersion": "2022-05-15-preview",
19-
"assignedResources": [
20-
{
21-
"resourceId": "/subscriptions/8ff19748-59ed-4e8a-af4b-7ce285849735/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/LangTestWeu",
22-
"region": "westeurope"
23-
},
24-
{
25-
"resourceId": "/subscriptions/8ff19748-59ed-4e8a-af4b-7ce285849735/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/LangTestEus",
26-
"region": "eastus"
27-
}
28-
]
18+
"modelTrainingConfigVersion": "2022-05-15-preview"
2919
}
3020
}
3121
}

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"lastTrainedDateTime": "2022-04-18T15:47:49Z",
1616
"lastTrainingDurationInSeconds": 186,
1717
"modelExpirationDate": "2022-10-28",
18-
"modelTrainingConfigVersion": "2022-05-01"
18+
"modelTrainingConfigVersion": "2022-05-01",
19+
"hasSnapshot": true
1920
}
2021
}
2122
}

dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)