Skip to content

Commit 74bc6b3

Browse files
authored
[Language Text] Delay release (Azure#22863)
1 parent 694b581 commit 74bc6b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2022-08-09)
3+
## 1.0.0-beta.1 (2022-08-11)
44

55
- Initial release

sdk/cognitivelanguage/ai-language-text/samples-dev/customMultiLabelClassification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dotenv.config();
2323
const endpoint = process.env["ENDPOINT"] || "<cognitive language service endpoint>";
2424
const apiKey = process.env["LANGUAGE_API_KEY"] || "<api key>";
2525
const deploymentName =
26-
process.env["LANGUAGE_CUSTOM_ENTITY_RECOGNITION_DEPLOYMENT_NAME"] || "deployment name";
26+
process.env["LANGUAGE_CUSTOM_MULTI_LABEL_CLASSIFICATION_DEPLOYMENT_NAME"] || "deployment name";
2727
const projectName =
28-
process.env["LANGUAGE_CUSTOM_ENTITY_RECOGNITION_PROJECT_NAME"] || "deployment name";
28+
process.env["LANGUAGE_CUSTOM_MULTI_LABEL_CLASSIFICATION_PROJECT_NAME"] || "deployment name";
2929

3030
const documents = [
3131
"The plot begins with a large group of characters where everyone thinks that the two main ones should be together but foolish things keep them apart. Misunderstandings, miscommunication, and confusion cause a series of humorous situations.",

sdk/cognitivelanguage/ai-language-text/samples-dev/customSingleLabelClassification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dotenv.config();
2323
const endpoint = process.env["ENDPOINT"] || "<cognitive language service endpoint>";
2424
const apiKey = process.env["LANGUAGE_API_KEY"] || "<api key>";
2525
const deploymentName =
26-
process.env["LANGUAGE_CUSTOM_ENTITY_RECOGNITION_DEPLOYMENT_NAME"] || "deployment name";
26+
process.env["LANGUAGE_CUSTOM_SINGLE_LABEL_CLASSIFICATION_DEPLOYMENT_NAME"] || "deployment name";
2727
const projectName =
28-
process.env["LANGUAGE_CUSTOM_ENTITY_RECOGNITION_PROJECT_NAME"] || "deployment name";
28+
process.env["LANGUAGE_CUSTOM_SINGLE_LABEL_CLASSIFICATION_PROJECT_NAME"] || "deployment name";
2929

3030
const documents = [
3131
"The plot begins with a large group of characters where everyone thinks that the two main ones should be together but foolish things keep them apart. Misunderstandings, miscommunication, and confusion cause a series of humorous situations.",

0 commit comments

Comments
 (0)