From aad29c69666804ef3237150574e5c84366e3fbcf Mon Sep 17 00:00:00 2001 From: Suhas Mehta Date: Mon, 8 Feb 2021 13:47:48 -0800 Subject: [PATCH] [Text Analytics] Analyze design update (#18406) --- .../Azure.AI.TextAnalytics/README.md | 18 +- .../Azure.AI.TextAnalytics.netstandard2.0.cs | 188 +- .../samples/Sample_AnalyzeOperation.md | 18 +- ...ion.cs => AnalyzeBatchActionsOperation.cs} | 109 +- .../src/AnalyzeBatchActionsOptions.cs | 20 + .../src/AnalyzeBatchActionsResult.cs | 51 + .../src/AnalyzeHealthcareEntitiesOperation.cs | 2 +- .../src/AnalyzeOperationOptions.cs | 40 - .../src/AnalyzeOperationResult.cs | 51 - .../src/EntitiesTask.cs | 2 +- .../src/EntitiesTaskParameters.cs | 2 +- .../src/EntityRecognitionPiiTasksItem.cs | 2 +- .../src/EntityRecognitionTasksItem.cs | 4 +- .../src/ExtractKeyPhrasesActionResult.cs | 26 + .../src/ExtractKeyPhrasesOptions.cs | 21 + .../Models/AnalyzeTasks.Serialization.cs | 6 +- .../src/Generated/Models/AnalyzeTasks.cs | 4 +- .../Models/EntitiesTask.Serialization.cs | 2 +- .../src/Generated/Models/EntitiesTask.cs | 2 +- .../EntitiesTaskParameters.Serialization.cs | 2 +- .../Models/EntitiesTaskParameters.cs | 2 +- ...tyRecognitionPiiTasksItem.Serialization.cs | 2 +- .../Models/EntityRecognitionPiiTasksItem.cs | 2 +- ...ntityRecognitionTasksItem.Serialization.cs | 2 +- .../Models/EntityRecognitionTasksItem.cs | 2 +- .../Models/JobManifestTasks.Serialization.cs | 2 +- .../src/Generated/Models/JobManifestTasks.cs | 2 +- ...PhraseExtractionTasksItem.Serialization.cs | 2 +- .../Models/KeyPhraseExtractionTasksItem.cs | 2 +- .../Models/KeyPhrasesTask.Serialization.cs | 2 +- .../src/Generated/Models/KeyPhrasesTask.cs | 2 +- .../KeyPhrasesTaskParameters.Serialization.cs | 2 +- .../Models/KeyPhrasesTaskParameters.cs | 2 +- .../Generated/Models/PiiTask.Serialization.cs | 2 +- .../src/Generated/Models/PiiTask.cs | 2 +- .../Models/PiiTaskParameters.Serialization.cs | 2 +- .../src/Generated/Models/PiiTaskParameters.cs | 2 +- .../Models/PiiTaskParametersDomain.cs | 2 +- .../Models/TaskState.Serialization.cs | 2 +- .../src/Generated/Models/TaskState.cs | 2 +- ...tateTasksDetailsInternal.Serialization.cs} | 6 +- ...s.cs => TasksStateTasksDetailsInternal.cs} | 10 +- .../src/JobManifestTasks.cs | 8 +- .../src/KeyPhraseExtractionTasksItem.cs | 2 +- .../src/KeyPhraseTaskParameters.cs | 2 +- .../src/KeyPhrasesTask.cs | 2 +- .../src/PiiEntityDomainType.cs | 2 +- .../Azure.AI.TextAnalytics/src/PiiTask.cs | 2 +- .../src/PiiTaskParameters.cs | 2 +- .../src/PiiTaskParametersDomain.cs | 2 +- .../src/RecognizeEntitiesActionResult.cs | 26 + .../src/RecognizeEntitiesOptions.cs | 21 + .../src/RecognizePiiEntitiesActionResult.cs | 26 + .../src/RecognizePiiEntitiesOptions.cs | 4 +- .../Azure.AI.TextAnalytics/src/TaskState.cs | 2 +- .../src/TasksStateTasks.cs | 4 +- ...s.cs => TasksStateTasksDetailsInternal.cs} | 2 +- .../src/TextAnalyticsActionDetails.cs | 39 + .../src/TextAnalyticsActions.cs | 31 + .../src/TextAnalyticsClient.cs | 160 +- .../src/TextAnalyticsOperationStatus.cs | 6 +- .../Azure.AI.TextAnalytics/src/Transforms.cs | 186 +- .../tests/AnalyzeOperationTests.cs | 171 +- .../AnalyzeOperationBatchWithErrorTest.json | 164 +- ...alyzeOperationBatchWithErrorTestAsync.json | 222 +- .../AnalyzeOperationBatchWithPHIDomain.json | 2177 +++-- ...alyzeOperationBatchWithPHIDomainAsync.json | 2095 +++-- .../AnalyzeOperationTest.json | 121 +- .../AnalyzeOperationTestAsync.json | 197 +- .../AnalyzeOperationWithAADTest.json | 128 +- .../AnalyzeOperationWithAADTestAsync.json | 169 +- .../AnalyzeOperationWithLanguageTest.json | 213 +- ...AnalyzeOperationWithLanguageTestAsync.json | 125 +- .../AnalyzeOperationWithMultipleTasks.json | 3915 ++++----- ...nalyzeOperationWithMultipleTasksAsync.json | 7563 ++--------------- .../AnalyzeOperationWithPagination.json | 362 +- .../AnalyzeOperationWithPaginationAsync.json | 334 +- ...lyzeSentimentBatchConvenienceFullTest.json | 24 +- ...entimentBatchConvenienceFullTestAsync.json | 24 +- .../AnalyzeSentimentBatchConvenienceTest.json | 24 +- ...yzeSentimentBatchConvenienceTestAsync.json | 24 +- ...tBatchConvenienceWithCancellationTest.json | 24 +- ...hConvenienceWithCancellationTestAsync.json | 24 +- ...nienceWithLanguageAndCancellationTest.json | 24 +- ...eWithLanguageAndCancellationTestAsync.json | 24 +- ...venienceWithLanguageAndStatisticsTest.json | 24 +- ...nceWithLanguageAndStatisticsTestAsync.json | 24 +- ...imentBatchConvenienceWithLanguageTest.json | 24 +- ...BatchConvenienceWithLanguageTestAsync.json | 24 +- ...BatchConvenienceWithOpinionMiningTest.json | 24 +- ...ConvenienceWithOpinionMiningTestAsync.json | 24 +- ...enceWithStatisticsAndCancellationTest.json | 24 +- ...ithStatisticsAndCancellationTestAsync.json | 24 +- ...entBatchConvenienceWithStatisticsTest.json | 24 +- ...tchConvenienceWithStatisticsTestAsync.json | 24 +- .../AnalyzeSentimentBatchTest.json | 24 +- .../AnalyzeSentimentBatchTestAsync.json | 24 +- .../AnalyzeSentimentBatchWithErrorTest.json | 24 +- ...alyzeSentimentBatchWithErrorTestAsync.json | 24 +- .../AnalyzeSentimentBatchWithNullIdTest.json | 24 +- ...lyzeSentimentBatchWithNullIdTestAsync.json | 24 +- ...AnalyzeSentimentBatchWithNullTextTest.json | 22 +- ...zeSentimentBatchWithNullTextTestAsync.json | 24 +- ...zeSentimentBatchWithOpinionMiningTest.json | 24 +- ...timentBatchWithOpinionMiningTestAsync.json | 24 +- ...alyzeSentimentBatchWithStatisticsTest.json | 24 +- ...SentimentBatchWithStatisticsTestAsync.json | 24 +- .../AnalyzeSentimentTest.json | 24 +- .../AnalyzeSentimentTestAsync.json | 24 +- .../AnalyzeSentimentWithCancellationTest.json | 24 +- ...yzeSentimentWithCancellationTestAsync.json | 22 +- ...timentWithLanguageAndCancellationTest.json | 24 +- ...tWithLanguageAndCancellationTestAsync.json | 24 +- .../AnalyzeSentimentWithLanguageTest.json | 24 +- ...AnalyzeSentimentWithLanguageTestAsync.json | 24 +- .../AnalyzeSentimentWithOpinionMining.json | 24 +- ...nalyzeSentimentWithOpinionMiningAsync.json | 24 +- ...nalyzeSentimentWithOpinionMiningEmpty.json | 24 +- ...eSentimentWithOpinionMiningEmptyAsync.json | 24 +- ...lyzeSentimentWithOpinionMiningNegated.json | 24 +- ...entimentWithOpinionMiningNegatedAsync.json | 24 +- .../DetectLanguageBatchConvenienceTest.json | 24 +- ...tectLanguageBatchConvenienceTestAsync.json | 24 +- ...ageBatchConvenienceWithStatisticsTest.json | 24 +- ...tchConvenienceWithStatisticsTestAsync.json | 24 +- .../DetectLanguageBatchTest.json | 24 +- .../DetectLanguageBatchTestAsync.json | 24 +- .../DetectLanguageBatchWithErrorTest.json | 28 +- ...DetectLanguageBatchWithErrorTestAsync.json | 28 +- .../DetectLanguageBatchWithNullIdTest.json | 24 +- ...etectLanguageBatchWithNullIdTestAsync.json | 22 +- .../DetectLanguageBatchWithNullTextTest.json | 24 +- ...ectLanguageBatchWithNullTextTestAsync.json | 24 +- ...DetectLanguageBatchWithStatisticsTest.json | 24 +- ...tLanguageBatchWithStatisticsTestAsync.json | 24 +- .../DetectLanguageTest.json | 26 +- .../DetectLanguageTestAsync.json | 24 +- .../DetectLanguageWithCountryHintTest.json | 26 +- ...etectLanguageWithCountryHintTestAsync.json | 24 +- ...etectLanguageWithErrorCountryHintTest.json | 26 +- ...LanguageWithErrorCountryHintTestAsync.json | 26 +- ...DetectLanguageWithNoneCountryHintTest.json | 26 +- ...tLanguageWithNoneCountryHintTestAsync.json | 26 +- ...anguageWithNoneDefaultCountryHintTest.json | 26 +- ...geWithNoneDefaultCountryHintTestAsync.json | 24 +- ...ExtractKeyPhrasesBatchConvenienceTest.json | 24 +- ...ctKeyPhrasesBatchConvenienceTestAsync.json | 24 +- ...sesBatchConvenienceWithStatisticsTest.json | 24 +- ...tchConvenienceWithStatisticsTestAsync.json | 24 +- .../ExtractKeyPhrasesBatchTest.json | 24 +- .../ExtractKeyPhrasesBatchTestAsync.json | 24 +- .../ExtractKeyPhrasesBatchWithErrorTest.json | 24 +- ...ractKeyPhrasesBatchWithErrorTestAsync.json | 24 +- .../ExtractKeyPhrasesBatchWithNullIdTest.json | 22 +- ...actKeyPhrasesBatchWithNullIdTestAsync.json | 24 +- ...xtractKeyPhrasesBatchWithNullTextTest.json | 24 +- ...tKeyPhrasesBatchWithNullTextTestAsync.json | 24 +- ...tractKeyPhrasesBatchWithSatisticsTest.json | 22 +- ...KeyPhrasesBatchWithSatisticsTestAsync.json | 24 +- .../ExtractKeyPhrasesTest.json | 24 +- .../ExtractKeyPhrasesTestAsync.json | 24 +- .../ExtractKeyPhrasesWithLanguageTest.json | 24 +- ...xtractKeyPhrasesWithLanguageTestAsync.json | 24 +- .../ExtractKeyPhrasesWithWarningTest.json | 24 +- ...ExtractKeyPhrasesWithWarningTestAsync.json | 24 +- ...RecognizeEntitiesBatchConvenienceTest.json | 34 +- ...nizeEntitiesBatchConvenienceTestAsync.json | 34 +- ...iesBatchConvenienceWithStatisticsTest.json | 34 +- ...tchConvenienceWithStatisticsTestAsync.json | 34 +- .../RecognizeEntitiesBatchTest.json | 27 +- .../RecognizeEntitiesBatchTestAsync.json | 27 +- .../RecognizeEntitiesBatchWithErrorTest.json | 34 +- ...ognizeEntitiesBatchWithErrorTestAsync.json | 34 +- ...EntitiesBatchWithInvalidDocumentBatch.json | 24 +- ...iesBatchWithInvalidDocumentBatchAsync.json | 22 +- .../RecognizeEntitiesBatchWithNullIdTest.json | 24 +- ...gnizeEntitiesBatchWithNullIdTestAsync.json | 24 +- ...ecognizeEntitiesBatchWithNullTextTest.json | 26 +- ...izeEntitiesBatchWithNullTextTestAsync.json | 24 +- ...ognizeEntitiesBatchWithStatisticsTest.json | 27 +- ...eEntitiesBatchWithStatisticsTestAsync.json | 27 +- .../RecognizeEntitiesTest.json | 32 +- .../RecognizeEntitiesTestAsync.json | 32 +- .../RecognizeEntitiesWithLanguageTest.json | 32 +- ...ecognizeEntitiesWithLanguageTestAsync.json | 32 +- .../RecognizeEntitiesWithSubCategoryTest.json | 14 +- ...gnizeEntitiesWithSubCategoryTestAsync.json | 14 +- .../AnalyzeHealthcareEntitiesPagination.json | 70 +- ...lyzeHealthcareEntitiesPaginationAsync.json | 54 +- ...ealthcareEntitiesBatchConvenienceTest.json | 142 +- ...careEntitiesBatchConvenienceTestAsync.json | 110 +- ...iesBatchConvenienceWithStatisticsTest.json | 142 +- ...tchConvenienceWithStatisticsTestAsync.json | 172 +- .../RecognizeHealthcareEntitiesBatchTest.json | 142 +- ...gnizeHealthcareEntitiesBatchTestAsync.json | 144 +- ...althcareEntitiesBatchWithCancellation.json | 42 +- ...areEntitiesBatchWithCancellationAsync.json | 42 +- ...eHealthcareEntitiesBatchWithErrorTest.json | 170 +- ...thcareEntitiesBatchWithErrorTestAsync.json | 138 +- ...thcareEntitiesBatchWithStatisticsTest.json | 142 +- ...eEntitiesBatchWithStatisticsTestAsync.json | 172 +- .../RecognizeHealthcareEntitiesTest.json | 138 +- .../RecognizeHealthcareEntitiesTestAsync.json | 108 +- ...izeHealthcareEntitiesWithLanguageTest.json | 88 +- ...althcareEntitiesWithLanguageTestAsync.json | 128 +- ...izeLinkedEntitiesBatchConvenienceTest.json | 24 +- ...nkedEntitiesBatchConvenienceTestAsync.json | 24 +- ...iesBatchConvenienceWithStatisticsTest.json | 24 +- ...tchConvenienceWithStatisticsTestAsync.json | 24 +- .../RecognizeLinkedEntitiesBatchTest.json | 13 +- ...RecognizeLinkedEntitiesBatchTestAsync.json | 13 +- ...gnizeLinkedEntitiesBatchWithErrorTest.json | 24 +- ...LinkedEntitiesBatchWithErrorTestAsync.json | 24 +- ...EntitiesBatchWithInvalidDocumentBatch.json | 24 +- ...iesBatchWithInvalidDocumentBatchAsync.json | 24 +- ...nizeLinkedEntitiesBatchWithNullIdTest.json | 24 +- ...inkedEntitiesBatchWithNullIdTestAsync.json | 24 +- ...zeLinkedEntitiesBatchWithNullTextTest.json | 22 +- ...kedEntitiesBatchWithNullTextTestAsync.json | 22 +- ...LinkedEntitiesBatchWithStatisticsTest.json | 13 +- ...dEntitiesBatchWithStatisticsTestAsync.json | 13 +- .../RecognizeLinkedEntitiesTest.json | 24 +- .../RecognizeLinkedEntitiesTestAsync.json | 24 +- ...cognizeLinkedEntitiesWithLanguageTest.json | 24 +- ...zeLinkedEntitiesWithLanguageTestAsync.json | 24 +- ...ognizePiiEntitiesBatchConvenienceTest.json | 13 +- ...ePiiEntitiesBatchConvenienceTestAsync.json | 13 +- ...iesBatchConvenienceWithStatisticsTest.json | 13 +- ...tchConvenienceWithStatisticsTestAsync.json | 13 +- .../RecognizePiiEntitiesBatchTest.json | 13 +- .../RecognizePiiEntitiesBatchTestAsync.json | 13 +- ...ecognizePiiEntitiesBatchWithErrorTest.json | 24 +- ...izePiiEntitiesBatchWithErrorTestAsync.json | 24 +- ...izePiiEntitiesBatchWithStatisticsTest.json | 13 +- ...iEntitiesBatchWithStatisticsTestAsync.json | 13 +- .../RecognizePiiEntitiesTest.json | 24 +- .../RecognizePiiEntitiesTestAsync.json | 24 +- .../RecognizePiiEntitiesWithAADTest.json | 21 +- .../RecognizePiiEntitiesWithAADTestAsync.json | 21 +- .../RecognizePiiEntitiesWithDomainTest.json | 24 +- ...cognizePiiEntitiesWithDomainTestAsync.json | 24 +- .../RecognizePiiEntitiesWithLanguageTest.json | 24 +- ...gnizePiiEntitiesWithLanguageTestAsync.json | 24 +- .../EntitiesCategories.json | 24 +- .../EntitiesCategoriesAsync.json | 24 +- .../RotateApiKey.json | 64 +- .../RotateApiKeyAsync.json | 64 +- .../TextInKoreanNFC.json | 28 +- .../TextInKoreanNFCAsync.json | 28 +- .../TextWithDiacriticsNFC.json | 28 +- .../TextWithDiacriticsNFCAsync.json | 28 +- .../TextWithEmoji.json | 28 +- .../TextWithEmojiAsync.json | 28 +- .../TextWithStringIndexType.json | 26 +- .../TextWithStringIndexTypeAsync.json | 26 +- .../tests/samples/Sample_AnalyzeOperation.cs | 34 +- .../samples/Sample_AnalyzeOperationAsync.cs | 18 +- ..._AnalyzeOperationAsync_AutomaticPolling.cs | 18 +- ...ple_AnalyzeOperationAsync_ManualPolling.cs | 21 +- ...Sample_AnalyzeOperationBatchConvenience.cs | 18 +- ...e_AnalyzeOperationBatchConvenienceAsync.cs | 18 +- 261 files changed, 9221 insertions(+), 16063 deletions(-) rename sdk/textanalytics/Azure.AI.TextAnalytics/src/{AnalyzeOperation.cs => AnalyzeBatchActionsOperation.cs} (72%) create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOptions.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsResult.cs delete mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationOptions.cs delete mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationResult.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesActionResult.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesOptions.cs rename sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/{TasksStateTasksDetails.Serialization.cs => TasksStateTasksDetailsInternal.Serialization.cs} (80%) rename sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/{TasksStateTasksDetails.cs => TasksStateTasksDetailsInternal.cs} (59%) create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesActionResult.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesOptions.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesActionResult.cs rename sdk/textanalytics/Azure.AI.TextAnalytics/src/{TasksStateTasksDetails.cs => TasksStateTasksDetailsInternal.cs} (83%) create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActionDetails.cs create mode 100644 sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActions.cs diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/README.md b/sdk/textanalytics/Azure.AI.TextAnalytics/README.md index 3ff50a3ffd1c..bdf3a11f2cf7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/README.md +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/README.md @@ -496,25 +496,25 @@ The Analyze functionality allows to choose which of the supported Text Analytics var batchDocuments = new List { document }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = client.StartAnalyzeOperationBatch(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = client.StartAnalyzeBatchActions(batchDocuments, batchActions); await operation.WaitForCompletionAsync(); - foreach (AnalyzeOperationResult documentsInPage in operation.GetValues()) + foreach (AnalyzeBatchActionsResult documentsInPage in operation.GetValues()) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/api/Azure.AI.TextAnalytics.netstandard2.0.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/api/Azure.AI.TextAnalytics.netstandard2.0.cs index 03a016092e64..b22cc284309c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/api/Azure.AI.TextAnalytics.netstandard2.0.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/api/Azure.AI.TextAnalytics.netstandard2.0.cs @@ -1,5 +1,42 @@ namespace Azure.AI.TextAnalytics { + public partial class AnalyzeBatchActionsOperation : Azure.AI.TextAnalytics.PageableOperation + { + public AnalyzeBatchActionsOperation(string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client) { } + public int ActionsFailed { get { throw null; } } + public int ActionsInProgress { get { throw null; } } + public int ActionsSucceeded { get { throw null; } } + public System.DateTimeOffset CreatedOn { get { throw null; } } + public string DisplayName { get { throw null; } } + public System.DateTimeOffset? ExpiresOn { get { throw null; } } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public System.DateTimeOffset LastModified { get { throw null; } } + public Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Status { get { throw null; } } + public int TotalActions { get { throw null; } } + public override Azure.AsyncPageable Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Pageable GetValues() { throw null; } + public override Azure.AsyncPageable GetValuesAsync() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask>> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask>> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class AnalyzeBatchActionsOptions + { + public AnalyzeBatchActionsOptions() { } + public bool IncludeStatistics { get { throw null; } set { } } + } + public partial class AnalyzeBatchActionsResult + { + internal AnalyzeBatchActionsResult() { } + public System.Collections.Generic.IReadOnlyCollection ExtractKeyPhrasesActionsResults { get { throw null; } } + public System.Collections.Generic.IReadOnlyCollection RecognizeEntitiesActionsResults { get { throw null; } } + public System.Collections.Generic.IReadOnlyCollection RecognizePiiEntitiesActionsResults { get { throw null; } } + public Azure.AI.TextAnalytics.TextDocumentBatchStatistics Statistics { get { throw null; } } + } public partial class AnalyzeHealthcareEntitiesOperation : Azure.AI.TextAnalytics.PageableOperation { public AnalyzeHealthcareEntitiesOperation(string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client) { } @@ -37,38 +74,6 @@ internal AnalyzeHealthcareEntitiesResultCollection() : base (default(System.Coll public string ModelVersion { get { throw null; } } public Azure.AI.TextAnalytics.TextDocumentBatchStatistics Statistics { get { throw null; } } } - public partial class AnalyzeOperation : Azure.AI.TextAnalytics.PageableOperation - { - public AnalyzeOperation(string operationId, Azure.AI.TextAnalytics.TextAnalyticsClient client) { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.AsyncPageable Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Pageable GetValues() { throw null; } - public override Azure.AsyncPageable GetValuesAsync() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask>> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask>> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class AnalyzeOperationOptions : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions - { - public AnalyzeOperationOptions() { } - public string DisplayName { get { throw null; } set { } } - public Azure.AI.TextAnalytics.EntitiesTaskParameters EntitiesTaskParameters { get { throw null; } set { } } - public Azure.AI.TextAnalytics.KeyPhrasesTaskParameters KeyPhrasesTaskParameters { get { throw null; } set { } } - public Azure.AI.TextAnalytics.PiiTaskParameters PiiTaskParameters { get { throw null; } set { } } - } - public partial class AnalyzeOperationResult - { - internal AnalyzeOperationResult() { } - public string DisplayName { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Errors { get { throw null; } } - public Azure.AI.TextAnalytics.TextDocumentBatchStatistics Statistics { get { throw null; } } - public Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Status { get { throw null; } } - public Azure.AI.TextAnalytics.AnalyzeTasks Tasks { get { throw null; } } - } public partial class AnalyzeSentimentOptions : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions { public AnalyzeSentimentOptions() { } @@ -85,18 +90,6 @@ internal AnalyzeSentimentResultCollection() : base (default(System.Collections.G public string ModelVersion { get { throw null; } } public Azure.AI.TextAnalytics.TextDocumentBatchStatistics Statistics { get { throw null; } } } - public partial class AnalyzeTasks - { - internal AnalyzeTasks() { } - public int Completed { get { throw null; } } - public Azure.AI.TextAnalytics.TasksStateTasksDetails Details { get { throw null; } } - public System.Collections.Generic.IReadOnlyList EntityRecognitionPiiTasks { get { throw null; } } - public System.Collections.Generic.IReadOnlyList EntityRecognitionTasks { get { throw null; } } - public int Failed { get { throw null; } } - public int InProgress { get { throw null; } } - public System.Collections.Generic.IReadOnlyList KeyPhraseExtractionTasks { get { throw null; } } - public int Total { get { throw null; } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct AspectSentiment { @@ -160,17 +153,6 @@ internal DocumentSentiment() { } public Azure.AI.TextAnalytics.TextSentiment Sentiment { get { throw null; } } public System.Collections.Generic.IReadOnlyCollection Warnings { get { throw null; } } } - public partial class EntitiesTask - { - public EntitiesTask() { } - public Azure.AI.TextAnalytics.EntitiesTaskParameters Parameters { get { throw null; } set { } } - } - public partial class EntitiesTaskParameters - { - public EntitiesTaskParameters() { } - public string ModelVersion { get { throw null; } set { } } - public Azure.AI.TextAnalytics.StringIndexType StringIndexType { get { throw null; } set { } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct EntityCategory : System.IEquatable { @@ -207,15 +189,14 @@ internal EntityDataSource() { } public string EntityId { get { throw null; } } public string Name { get { throw null; } } } - public partial class EntityRecognitionPiiTasksItem : Azure.AI.TextAnalytics.TaskState + public partial class ExtractKeyPhrasesActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionDetails { - internal EntityRecognitionPiiTasksItem() { } - public Azure.AI.TextAnalytics.RecognizePiiEntitiesResultCollection Results { get { throw null; } } + internal ExtractKeyPhrasesActionResult() { } + public Azure.AI.TextAnalytics.ExtractKeyPhrasesResultCollection Result { get { throw null; } } } - public partial class EntityRecognitionTasksItem : Azure.AI.TextAnalytics.TaskState + public partial class ExtractKeyPhrasesOptions : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions { - internal EntityRecognitionTasksItem() { } - public Azure.AI.TextAnalytics.RecognizeEntitiesResultCollection Results { get { throw null; } } + public ExtractKeyPhrasesOptions() { } } public partial class ExtractKeyPhrasesResult : Azure.AI.TextAnalytics.TextAnalyticsResult { @@ -261,33 +242,11 @@ internal HealthcareEntity() { } public static bool operator !=(Azure.AI.TextAnalytics.HealthcareEntityRelationType left, Azure.AI.TextAnalytics.HealthcareEntityRelationType right) { throw null; } public override string ToString() { throw null; } } - public partial class JobManifestTasks - { - public JobManifestTasks() { } - public System.Collections.Generic.IList EntityRecognitionPiiTasks { get { throw null; } } - public System.Collections.Generic.IList EntityRecognitionTasks { get { throw null; } } - public System.Collections.Generic.IList KeyPhraseExtractionTasks { get { throw null; } } - } public partial class KeyPhraseCollection : System.Collections.ObjectModel.ReadOnlyCollection { internal KeyPhraseCollection() : base (default(System.Collections.Generic.IList)) { } public System.Collections.Generic.IReadOnlyCollection Warnings { get { throw null; } } } - public partial class KeyPhraseExtractionTasksItem : Azure.AI.TextAnalytics.TaskState - { - internal KeyPhraseExtractionTasksItem() { } - public Azure.AI.TextAnalytics.ExtractKeyPhrasesResultCollection Results { get { throw null; } } - } - public partial class KeyPhrasesTask - { - public KeyPhrasesTask() { } - public Azure.AI.TextAnalytics.KeyPhrasesTaskParameters Parameters { get { throw null; } set { } } - } - public partial class KeyPhrasesTaskParameters - { - public KeyPhrasesTaskParameters() { } - public string ModelVersion { get { throw null; } set { } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct LinkedEntity { @@ -365,35 +324,14 @@ public enum PiiEntityDomainType { ProtectedHealthInformation = 0, } - public partial class PiiTask + public partial class RecognizeEntitiesActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionDetails { - public PiiTask() { } - public Azure.AI.TextAnalytics.PiiTaskParameters Parameters { get { throw null; } set { } } + internal RecognizeEntitiesActionResult() { } + public Azure.AI.TextAnalytics.RecognizeEntitiesResultCollection Result { get { throw null; } } } - public partial class PiiTaskParameters + public partial class RecognizeEntitiesOptions : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions { - public PiiTaskParameters() { } - public Azure.AI.TextAnalytics.PiiTaskParametersDomain? Domain { get { throw null; } set { } } - public string ModelVersion { get { throw null; } set { } } - public Azure.AI.TextAnalytics.StringIndexType StringIndexType { get { throw null; } set { } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PiiTaskParametersDomain : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PiiTaskParametersDomain(string value) { throw null; } - public static Azure.AI.TextAnalytics.PiiTaskParametersDomain None { get { throw null; } } - public static Azure.AI.TextAnalytics.PiiTaskParametersDomain Phi { get { throw null; } } - public bool Equals(Azure.AI.TextAnalytics.PiiTaskParametersDomain other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.AI.TextAnalytics.PiiTaskParametersDomain left, Azure.AI.TextAnalytics.PiiTaskParametersDomain right) { throw null; } - public static implicit operator Azure.AI.TextAnalytics.PiiTaskParametersDomain (string value) { throw null; } - public static bool operator !=(Azure.AI.TextAnalytics.PiiTaskParametersDomain left, Azure.AI.TextAnalytics.PiiTaskParametersDomain right) { throw null; } - public override string ToString() { throw null; } + public RecognizeEntitiesOptions() { } } public partial class RecognizeEntitiesResult : Azure.AI.TextAnalytics.TextAnalyticsResult { @@ -417,6 +355,11 @@ internal RecognizeLinkedEntitiesResultCollection() : base (default(System.Collec public string ModelVersion { get { throw null; } } public Azure.AI.TextAnalytics.TextDocumentBatchStatistics Statistics { get { throw null; } } } + public partial class RecognizePiiEntitiesActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionDetails + { + internal RecognizePiiEntitiesActionResult() { } + public Azure.AI.TextAnalytics.RecognizePiiEntitiesResultCollection Result { get { throw null; } } + } public partial class RecognizePiiEntitiesOptions : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions { public RecognizePiiEntitiesOptions() { } @@ -471,16 +414,20 @@ internal SentimentConfidenceScores() { } public static bool operator !=(Azure.AI.TextAnalytics.StringIndexType left, Azure.AI.TextAnalytics.StringIndexType right) { throw null; } public override string ToString() { throw null; } } - public partial class TasksStateTasksDetails : Azure.AI.TextAnalytics.TaskState + public partial class TextAnalyticsActionDetails { - internal TasksStateTasksDetails() { } + internal TextAnalyticsActionDetails() { } + public System.DateTimeOffset CompletedOn { get { throw null; } } + public Azure.AI.TextAnalytics.TextAnalyticsError Error { get { throw null; } } + public bool HasError { get { throw null; } } } - public partial class TaskState + public partial class TextAnalyticsActions { - internal TaskState() { } - public System.DateTimeOffset LastUpdateDateTime { get { throw null; } } - public string Name { get { throw null; } } - public Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Status { get { throw null; } } + public TextAnalyticsActions() { } + public string DisplayName { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyCollection ExtractKeyPhrasesOptions { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyCollection RecognizeEntitiesOptions { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyCollection RecognizePiiEntitiesOptions { get { throw null; } set { } } } public partial class TextAnalyticsClient { @@ -541,14 +488,14 @@ public TextAnalyticsClient(System.Uri endpoint, Azure.Core.TokenCredential crede public virtual Azure.Response RecognizePiiEntitiesBatch(System.Collections.Generic.IEnumerable documents, string language = null, Azure.AI.TextAnalytics.RecognizePiiEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RecognizePiiEntitiesBatchAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.RecognizePiiEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> RecognizePiiEntitiesBatchAsync(System.Collections.Generic.IEnumerable documents, string language = null, Azure.AI.TextAnalytics.RecognizePiiEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AI.TextAnalytics.AnalyzeBatchActionsOperation StartAnalyzeBatchActions(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.TextAnalyticsActions actions, Azure.AI.TextAnalytics.AnalyzeBatchActionsOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AI.TextAnalytics.AnalyzeBatchActionsOperation StartAnalyzeBatchActions(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.TextAnalyticsActions actions, string language = null, Azure.AI.TextAnalytics.AnalyzeBatchActionsOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task StartAnalyzeBatchActionsAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.TextAnalyticsActions actions, Azure.AI.TextAnalytics.AnalyzeBatchActionsOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task StartAnalyzeBatchActionsAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.TextAnalyticsActions actions, string language = null, Azure.AI.TextAnalytics.AnalyzeBatchActionsOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities(System.Collections.Generic.IEnumerable documents, string language = null, Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StartAnalyzeHealthcareEntitiesAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StartAnalyzeHealthcareEntitiesAsync(System.Collections.Generic.IEnumerable documents, string language = null, Azure.AI.TextAnalytics.AnalyzeHealthcareEntitiesOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AI.TextAnalytics.AnalyzeOperation StartAnalyzeOperationBatch(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeOperationOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AI.TextAnalytics.AnalyzeOperation StartAnalyzeOperationBatch(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeOperationOptions options, string language = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartAnalyzeOperationBatchAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeOperationOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartAnalyzeOperationBatchAsync(System.Collections.Generic.IEnumerable documents, Azure.AI.TextAnalytics.AnalyzeOperationOptions options, string language = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override string ToString() { throw null; } } @@ -667,6 +614,7 @@ public static partial class TextAnalyticsModelFactory public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Failed { get { throw null; } } public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus NotStarted { get { throw null; } } public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus PartiallyCompleted { get { throw null; } } + public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus PartiallySucceeded { get { throw null; } } public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Rejected { get { throw null; } } public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Running { get { throw null; } } public static Azure.AI.TextAnalytics.TextAnalyticsOperationStatus Succeeded { get { throw null; } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/samples/Sample_AnalyzeOperation.md b/sdk/textanalytics/Azure.AI.TextAnalytics/samples/Sample_AnalyzeOperation.md index 3bafa44cd2ad..ac27f67d482a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/samples/Sample_AnalyzeOperation.md +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/samples/Sample_AnalyzeOperation.md @@ -29,25 +29,25 @@ To run analyze operation in multiple documents, call `StartAnalyzeOperationBatch var batchDocuments = new List { document }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = client.StartAnalyzeOperationBatch(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = client.StartAnalyzeBatchActions(batchDocuments, batchActions); await operation.WaitForCompletionAsync(); - foreach (AnalyzeOperationResult documentsInPage in operation.GetValues()) + foreach (AnalyzeBatchActionsResult documentsInPage in operation.GetValues()) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperation.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOperation.cs similarity index 72% rename from sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperation.cs rename to sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOperation.cs index 53b6e09c0cda..e304c411435f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperation.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOperation.cs @@ -12,8 +12,8 @@ namespace Azure.AI.TextAnalytics { - /// The AnalyzeOperation class for LRO. - public class AnalyzeOperation : PageableOperation + /// Pageable operation class for analyzing multiple actions using long running operation. + public class AnalyzeBatchActionsOperation : PageableOperation { /// Provides communication with the Form Recognizer Azure Cognitive Service through its REST API. private readonly TextAnalyticsRestClient _serviceClient; @@ -21,6 +21,51 @@ public class AnalyzeOperation : PageableOperation /// Provides tools for exception creation in case of failure. private readonly ClientDiagnostics _diagnostics; + /// + /// Total actions failed in the operation + /// + public int ActionsFailed => _actionsFailed; + + /// + /// Total actions in progress in the operation + /// + public int ActionsInProgress => _actionsInProgress; + + /// + /// Total actions succeeded in the operation + /// + public int ActionsSucceeded => _actionSucceeded; + + /// + /// Time when the operation was created on. + /// + public DateTimeOffset CreatedOn => _createdOn; + + /// + /// Display Name of the operation + /// + public string DisplayName => _displayName; + + /// + /// Time when the operation will expire. + /// + public DateTimeOffset? ExpiresOn => _expiresOn; + + /// + /// Time when the operation was last modified on. + /// + public DateTimeOffset LastModified => _lastModified; + + /// + /// The current status of the operation. + /// + public TextAnalyticsOperationStatus Status => _status; + + /// + /// Total actions executed in the operation + /// + public int TotalActions => _totalActions; + /// /// Gets an ID representing the operation that can be used to poll for the status /// of the long-running operation. @@ -38,13 +83,23 @@ public class AnalyzeOperation : PageableOperation /// /// This property can be accessed only after the operation completes successfully (HasValue is true). /// - public override AsyncPageable Value => GetValuesAsync(); + public override AsyncPageable Value => GetValuesAsync(); /// /// true if the long-running operation has completed. Otherwise, false. /// private bool _hasCompleted; + private int _totalActions; + private int _actionsFailed; + private int _actionSucceeded; + private int _actionsInProgress; + private DateTimeOffset _createdOn; + private DateTimeOffset? _expiresOn; + private DateTimeOffset _lastModified; + private TextAnalyticsOperationStatus _status; + private string _displayName; + /// /// Returns true if the long-running operation completed. /// @@ -63,7 +118,7 @@ public class AnalyzeOperation : PageableOperation /// /// Provides the results for the first page. /// - private Page _firstPage; + private Page _firstPage; /// /// Represents the desire of the user to request statistics. @@ -82,11 +137,11 @@ public class AnalyzeOperation : PageableOperation public override bool HasValue => _firstPage != null; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The ID of this operation. /// The client used to check for completion. - public AnalyzeOperation(string operationId, TextAnalyticsClient client) + public AnalyzeBatchActionsOperation(string operationId, TextAnalyticsClient client) { // TODO: Add argument validation here. @@ -96,7 +151,7 @@ public AnalyzeOperation(string operationId, TextAnalyticsClient client) } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The client for communicating with the Form Recognizer Azure Cognitive Service through its REST API. /// The client diagnostics for exception creation in case of failure. @@ -104,7 +159,7 @@ public AnalyzeOperation(string operationId, TextAnalyticsClient client) /// The address of the long-running operation. It can be obtained from the response headers upon starting the operation. /// /// - internal AnalyzeOperation(TextAnalyticsRestClient serviceClient, ClientDiagnostics diagnostics, string apiversion, string operationLocation, IDictionary idToIndexMap, bool? showStats = default) + internal AnalyzeBatchActionsOperation(TextAnalyticsRestClient serviceClient, ClientDiagnostics diagnostics, string apiversion, string operationLocation, IDictionary idToIndexMap, bool? showStats = default) { _serviceClient = serviceClient; _diagnostics = diagnostics; @@ -122,7 +177,7 @@ internal AnalyzeOperation(TextAnalyticsRestClient serviceClient, ClientDiagnosti /// /// /// The last response returned from the server during the lifecycle of this instance. - /// An instance of sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods. + /// An instance of sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods. /// Responses from these requests can be accessed using GetRawResponse. /// public override Response GetRawResponse() => _response; @@ -157,7 +212,7 @@ public override async ValueTask UpdateStatusAsync(CancellationToken ca /// /// This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation. /// - public override ValueTask>> WaitForCompletionAsync(CancellationToken cancellationToken = default) => + public override ValueTask>> WaitForCompletionAsync(CancellationToken cancellationToken = default) => this.DefaultWaitForCompletionAsync(cancellationToken); /// @@ -173,7 +228,7 @@ public override ValueTask>> WaitF /// /// This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation. /// - public override ValueTask>> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => + public override ValueTask>> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => this.DefaultWaitForCompletionAsync(pollingInterval, cancellationToken); /// @@ -186,7 +241,7 @@ private async ValueTask UpdateStatusAsync(bool async, CancellationToke { if (!_hasCompleted) { - using DiagnosticScope scope = _diagnostics.CreateScope($"{nameof(AnalyzeOperation)}.{nameof(UpdateStatus)}"); + using DiagnosticScope scope = _diagnostics.CreateScope($"{nameof(AnalyzeBatchActionsOperation)}.{nameof(UpdateStatus)}"); scope.Start(); try @@ -197,12 +252,22 @@ private async ValueTask UpdateStatusAsync(bool async, CancellationToke _response = update.GetRawResponse(); - if (update.Value.Status == TextAnalyticsOperationStatus.Succeeded) + _displayName = update.Value.DisplayName; + _createdOn = update.Value.CreatedDateTime; + _expiresOn = update.Value.ExpirationDateTime; + _lastModified = update.Value.LastUpdateDateTime; + _status = update.Value.Status; + _actionsFailed = update.Value.Tasks.Failed; + _actionsInProgress = update.Value.Tasks.InProgress; + _actionSucceeded = update.Value.Tasks.Completed; + _totalActions = update.Value.Tasks.Total; + + if (update.Value.Status == TextAnalyticsOperationStatus.Succeeded || update.Value.Status == TextAnalyticsOperationStatus.PartiallySucceeded) { // we need to first assign a value and then mark the operation as completed to avoid race conditions var nextLink = update.Value.NextLink; var value = Transforms.ConvertToAnalyzeOperationResult(update.Value, _idToIndexMap); - _firstPage = Page.FromValues(new List() { value }, nextLink, _response); + _firstPage = Page.FromValues(new List() { value }, nextLink, _response); _hasCompleted = true; } else if (update.Value.Status == TextAnalyticsOperationStatus.Failed) @@ -228,19 +293,19 @@ private async ValueTask UpdateStatusAsync(bool async, CancellationToke /// /// Operation must complete successfully (HasValue is true) for it to provide values. /// - public override AsyncPageable GetValuesAsync() + public override AsyncPageable GetValuesAsync() { ValidateOperationStatus(); - async Task> NextPageFunc(string nextLink, int? pageSizeHint) + async Task> NextPageFunc(string nextLink, int? pageSizeHint) { //diagnostics scope? try { Response jobState = await _serviceClient.AnalyzeStatusNextPageAsync(_apiVersion, nextLink, _showStats).ConfigureAwait(false); - AnalyzeOperationResult result = Transforms.ConvertToAnalyzeOperationResult(jobState.Value, _idToIndexMap); - return Page.FromValues(new List() { result }, jobState.Value.NextLink, jobState.GetRawResponse()); + AnalyzeBatchActionsResult result = Transforms.ConvertToAnalyzeOperationResult(jobState.Value, _idToIndexMap); + return Page.FromValues(new List() { result }, jobState.Value.NextLink, jobState.GetRawResponse()); } catch (Exception) { @@ -257,19 +322,19 @@ async Task> NextPageFunc(string nextLink, int? page /// /// Operation must complete successfully (HasValue is true) for it to provide values. /// - public override Pageable GetValues() + public override Pageable GetValues() { ValidateOperationStatus(); - Page NextPageFunc(string nextLink, int? pageSizeHint) + Page NextPageFunc(string nextLink, int? pageSizeHint) { //diagnostics scope? try { Response jobState = _serviceClient.AnalyzeStatusNextPage(_apiVersion, nextLink, _showStats); - AnalyzeOperationResult result = Transforms.ConvertToAnalyzeOperationResult(jobState.Value, _idToIndexMap); - return Page.FromValues(new List() { result }, jobState.Value.NextLink, jobState.GetRawResponse()); + AnalyzeBatchActionsResult result = Transforms.ConvertToAnalyzeOperationResult(jobState.Value, _idToIndexMap); + return Page.FromValues(new List() { result }, jobState.Value.NextLink, jobState.GetRawResponse()); } catch (Exception) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOptions.cs new file mode 100644 index 000000000000..cfcf4b84cfa4 --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOptions.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.AI.TextAnalytics +{ + /// + /// Options that allow callers to specify details about how the operation + /// is run and what information is returned from it by the service. + /// For example whether to include statistics. + /// + public class AnalyzeBatchActionsOptions + { + /// + /// Gets or sets a value that, if set to true, indicates that the service + /// should return document and document batch statistics with the results + /// of the operation. + /// + public bool IncludeStatistics { get; set; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsResult.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsResult.cs new file mode 100644 index 000000000000..4816378ebb54 --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsResult.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using Azure.AI.TextAnalytics.Models; + +namespace Azure.AI.TextAnalytics +{ + /// + /// The results of an analyze batch actions operation. + /// + public class AnalyzeBatchActionsResult + { + internal AnalyzeBatchActionsResult(IReadOnlyCollection extractKeyPhrasesActionResult, IReadOnlyCollection recognizeEntitiesActionResults, IReadOnlyCollection recognizePiiEntitiesActionResults, TextDocumentBatchStatistics statistics) + { + ExtractKeyPhrasesActionsResults = extractKeyPhrasesActionResult; + RecognizeEntitiesActionsResults = recognizeEntitiesActionResults; + RecognizePiiEntitiesActionsResults = recognizePiiEntitiesActionResults; + Statistics = statistics; + } + + internal AnalyzeBatchActionsResult(AnalyzeJobState jobState, IDictionary map) + { + AnalyzeBatchActionsResult actionResults = Transforms.ConvertToAnalyzeBatchActionsResult(jobState, map); + ExtractKeyPhrasesActionsResults = actionResults.ExtractKeyPhrasesActionsResults; + RecognizeEntitiesActionsResults = actionResults.RecognizeEntitiesActionsResults; + RecognizePiiEntitiesActionsResults = actionResults.RecognizePiiEntitiesActionsResults; + Statistics = actionResults.Statistics; + } + + /// + /// Determines the collection of ExtractKeyPhrasesActionResult. + /// + public IReadOnlyCollection ExtractKeyPhrasesActionsResults { get; } + + /// + /// Determines the collection of RecognizeEntitiesActionResult. + /// + public IReadOnlyCollection RecognizeEntitiesActionsResults { get; } + + /// + /// Determines the collection of RecognizePiiEntitiesActionResult. + /// + public IReadOnlyCollection RecognizePiiEntitiesActionsResults { get; } + + /// + /// if showStats=true was specified in the request this field will contain information about the document payload. + /// + public TextDocumentBatchStatistics Statistics { get; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeHealthcareEntitiesOperation.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeHealthcareEntitiesOperation.cs index 490cddc2d082..d57efc70c733 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeHealthcareEntitiesOperation.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeHealthcareEntitiesOperation.cs @@ -12,7 +12,7 @@ namespace Azure.AI.TextAnalytics { - /// The AnalyzeHealthcareEntitiesOperation class for LRO. + /// Pageable operation class for analyzing multiple healthcare documents using long running operation. public class AnalyzeHealthcareEntitiesOperation : PageableOperation { /// diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationOptions.cs deleted file mode 100644 index 2ab9fd18f5ee..000000000000 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationOptions.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -namespace Azure.AI.TextAnalytics -{ - /// - /// Options that allow callers to specify details about how the operation - /// is run and what information is returned from it by the service. - /// - public class AnalyzeOperationOptions : TextAnalyticsRequestOptions - { - /// - /// Initializes a new instance of the - /// class. - /// - public AnalyzeOperationOptions() - { - } - - /// - /// EntitiesTaskParameters. - /// - public EntitiesTaskParameters EntitiesTaskParameters { get; set; } - - /// - /// PiiTaskParameters. - /// - public PiiTaskParameters PiiTaskParameters { get; set; } - - /// - /// KeyPhrasesTaskParameters. - /// - public KeyPhrasesTaskParameters KeyPhrasesTaskParameters { get; set; } - - /// - /// DisplayName property for Analyze job. - /// - public string DisplayName { get; set; } - } -} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationResult.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationResult.cs deleted file mode 100644 index 71fdc265b13e..000000000000 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeOperationResult.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Collections.Generic; -using Azure.AI.TextAnalytics.Models; - -namespace Azure.AI.TextAnalytics -{ - /// - /// Collection of objects corresponding - /// to a batch of documents, and information about the batch operation. - /// - public class AnalyzeOperationResult - { - /// - /// - /// - /// - internal AnalyzeOperationResult(AnalyzeJobState jobState, IDictionary idToIndexMap) - { - Errors = Transforms.ConvertToErrors(jobState.Errors); - Statistics = jobState.Statistics; - DisplayName = jobState.DisplayName; - Status = jobState.Status; - Tasks = new AnalyzeTasks(jobState.Tasks, idToIndexMap); - } - - /// - /// Tasks - /// - public AnalyzeTasks Tasks { get; } - - /// - /// DisplayName - /// - public string DisplayName { get; } - - /// - /// Status - /// - public TextAnalyticsOperationStatus Status { get; } - - /// - /// Errors for AnalyzeOperationResult - /// - public IReadOnlyList Errors { get; } - - /// if showStats=true was specified in the request this field will contain information about the request payload. - public TextDocumentBatchStatistics Statistics { get; } - } -} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTask.cs index 68627b7a7e38..2e20ff21af2b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTask.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// EntitiesTask. /// [CodeGenModel("EntitiesTask")] - public partial class EntitiesTask + internal partial class EntitiesTask { /// /// Parameters for EntitiesTask diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTaskParameters.cs index 7210f689d164..43aafb66fb53 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntitiesTaskParameters.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// EntitiesTaskParameters class. /// [CodeGenModel("EntitiesTaskParameters")] - public partial class EntitiesTaskParameters + internal partial class EntitiesTaskParameters { /// /// ModelVersion diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionPiiTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionPiiTasksItem.cs index bef821a403a4..b94880e3bf23 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionPiiTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionPiiTasksItem.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// EntityRecognitionPiiTasksItem. /// [CodeGenModel("TasksStateTasksEntityRecognitionPiiTasksItem")] - public partial class EntityRecognitionPiiTasksItem + internal partial class EntityRecognitionPiiTasksItem { /// Initializes a new instance of EntityRecognitionPiiTasksItem. internal EntityRecognitionPiiTasksItem(EntityRecognitionPiiTasksItem task, IDictionary idToIndexMap) : base(task.LastUpdateDateTime, task.Name, task.Status) diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionTasksItem.cs index 1f313b24d281..6b3ed27691b3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/EntityRecognitionTasksItem.cs @@ -12,7 +12,7 @@ namespace Azure.AI.TextAnalytics /// EntityRecognitionTasksItem. /// [CodeGenModel("TasksStateTasksEntityRecognitionTasksItem")] - public partial class EntityRecognitionTasksItem + internal partial class EntityRecognitionTasksItem { /// Initializes a new instance of EntityRecognitionTasksItem. internal EntityRecognitionTasksItem(EntityRecognitionTasksItem task, IDictionary idToIndexMap) : base(task.LastUpdateDateTime, task.Name, task.Status) @@ -29,6 +29,6 @@ internal EntityRecognitionTasksItem(EntityRecognitionTasksItem task, IDictionary /// Results for EntityRecognitionTasksItem /// [CodeGenMember("Results")] - private EntitiesResult ResultsInternal { get; } + internal EntitiesResult ResultsInternal { get; } } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesActionResult.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesActionResult.cs new file mode 100644 index 000000000000..aee79ae50176 --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesActionResult.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using Azure.AI.TextAnalytics.Models; + +namespace Azure.AI.TextAnalytics +{ + /// + /// ExtractKeyPhrasesActionResult + /// + public class ExtractKeyPhrasesActionResult : TextAnalyticsActionDetails + { + internal ExtractKeyPhrasesActionResult(ExtractKeyPhrasesResultCollection result, DateTimeOffset completedOn, TextAnalyticsErrorInternal error) : base(completedOn, error) + { + Result = result; + } + + /// + /// Results + /// + public ExtractKeyPhrasesResultCollection Result { get; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesOptions.cs new file mode 100644 index 000000000000..9d8f81559515 --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/ExtractKeyPhrasesOptions.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.AI.TextAnalytics +{ + /// + /// Options that allow callers to specify details about how the operation + /// is run. For example set model version and whether to include statistics. + /// + public class ExtractKeyPhrasesOptions : TextAnalyticsRequestOptions + { + /// + /// Initializes a new instance of the + /// class which allows callers to specify details about how the operation + /// is run. For example set model version, whether to include statistics. + /// + public ExtractKeyPhrasesOptions() + { + } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.Serialization.cs index 8d428abd68ef..77631bd91c7e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.Serialization.cs @@ -11,11 +11,11 @@ namespace Azure.AI.TextAnalytics { - public partial class AnalyzeTasks + internal partial class AnalyzeTasks { internal static AnalyzeTasks DeserializeAnalyzeTasks(JsonElement element) { - Optional details = default; + Optional details = default; int completed = default; int failed = default; int inProgress = default; @@ -32,7 +32,7 @@ internal static AnalyzeTasks DeserializeAnalyzeTasks(JsonElement element) property.ThrowNonNullablePropertyIsNull(); continue; } - details = TasksStateTasksDetails.DeserializeTasksStateTasksDetails(property.Value); + details = TasksStateTasksDetailsInternal.DeserializeTasksStateTasksDetailsInternal(property.Value); continue; } if (property.NameEquals("completed")) diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.cs index fd7bb0d700aa..4e179c677e44 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/AnalyzeTasks.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { /// The TasksStateTasks. - public partial class AnalyzeTasks + internal partial class AnalyzeTasks { /// Initializes a new instance of AnalyzeTasks. /// . @@ -38,7 +38,7 @@ internal AnalyzeTasks(int completed, int failed, int inProgress, int total) /// . /// . /// . - internal AnalyzeTasks(TasksStateTasksDetails details, int completed, int failed, int inProgress, int total, IReadOnlyList entityRecognitionTasks, IReadOnlyList entityRecognitionPiiTasks, IReadOnlyList keyPhraseExtractionTasks) + internal AnalyzeTasks(TasksStateTasksDetailsInternal details, int completed, int failed, int inProgress, int total, IReadOnlyList entityRecognitionTasks, IReadOnlyList entityRecognitionPiiTasks, IReadOnlyList keyPhraseExtractionTasks) { Details = details; Completed = completed; diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.Serialization.cs index 931b690e5ad4..7118e91749b0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class EntitiesTask : IUtf8JsonSerializable + internal partial class EntitiesTask : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.cs index c205b5eaa03e..d8a948647a79 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTask.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The EntitiesTask. - public partial class EntitiesTask + internal partial class EntitiesTask { /// Initializes a new instance of EntitiesTask. public EntitiesTask() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.Serialization.cs index 3021b8373bdb..749652ea6536 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class EntitiesTaskParameters : IUtf8JsonSerializable + internal partial class EntitiesTaskParameters : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.cs index 975b71dbb5bd..1aa11e08aac7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntitiesTaskParameters.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The EntitiesTaskParameters. - public partial class EntitiesTaskParameters + internal partial class EntitiesTaskParameters { /// Initializes a new instance of EntitiesTaskParameters. public EntitiesTaskParameters() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.Serialization.cs index d211b1c0f337..8c17f7fcfa32 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.Serialization.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { - public partial class EntityRecognitionPiiTasksItem + internal partial class EntityRecognitionPiiTasksItem { internal static EntityRecognitionPiiTasksItem DeserializeEntityRecognitionPiiTasksItem(JsonElement element) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.cs index 9e8ab6efde91..ebac7d9c6d35 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionPiiTasksItem.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { /// The TasksStateTasksEntityRecognitionPiiTasksItem. - public partial class EntityRecognitionPiiTasksItem : TaskState + internal partial class EntityRecognitionPiiTasksItem : TaskState { /// Initializes a new instance of EntityRecognitionPiiTasksItem. /// . diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.Serialization.cs index 175d5071b1aa..9f7083ad22e3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.Serialization.cs @@ -12,7 +12,7 @@ namespace Azure.AI.TextAnalytics { - public partial class EntityRecognitionTasksItem + internal partial class EntityRecognitionTasksItem { internal static EntityRecognitionTasksItem DeserializeEntityRecognitionTasksItem(JsonElement element) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.cs index c5e4ab844125..39bc510f472f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/EntityRecognitionTasksItem.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { /// The TasksStateTasksEntityRecognitionTasksItem. - public partial class EntityRecognitionTasksItem : TaskState + internal partial class EntityRecognitionTasksItem : TaskState { /// Initializes a new instance of EntityRecognitionTasksItem. /// . diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.Serialization.cs index 83e7dc09a59c..6dea403c7acf 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class JobManifestTasks : IUtf8JsonSerializable + internal partial class JobManifestTasks : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.cs index cd97fb0e0c0a..2f265ec4815a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/JobManifestTasks.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { /// The set of tasks to execute on the input documents. Cannot specify the same task more than once. - public partial class JobManifestTasks + internal partial class JobManifestTasks { /// Initializes a new instance of JobManifestTasks. public JobManifestTasks() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.Serialization.cs index b0b50378c4b6..40e4b73e8ff0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.Serialization.cs @@ -12,7 +12,7 @@ namespace Azure.AI.TextAnalytics { - public partial class KeyPhraseExtractionTasksItem + internal partial class KeyPhraseExtractionTasksItem { internal static KeyPhraseExtractionTasksItem DeserializeKeyPhraseExtractionTasksItem(JsonElement element) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.cs index d837bad6e7dd..b6a7474109ba 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhraseExtractionTasksItem.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { /// The TasksStateTasksKeyPhraseExtractionTasksItem. - public partial class KeyPhraseExtractionTasksItem : TaskState + internal partial class KeyPhraseExtractionTasksItem : TaskState { /// Initializes a new instance of KeyPhraseExtractionTasksItem. /// . diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.Serialization.cs index e127af9aa693..3711597b1398 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class KeyPhrasesTask : IUtf8JsonSerializable + internal partial class KeyPhrasesTask : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.cs index a72f41feab6e..07423720b592 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTask.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The KeyPhrasesTask. - public partial class KeyPhrasesTask + internal partial class KeyPhrasesTask { /// Initializes a new instance of KeyPhrasesTask. public KeyPhrasesTask() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.Serialization.cs index e838265161db..0abca13c959d 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class KeyPhrasesTaskParameters : IUtf8JsonSerializable + internal partial class KeyPhrasesTaskParameters : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.cs index f9060ca03193..ffd8d3cb327a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/KeyPhrasesTaskParameters.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The KeyPhrasesTaskParameters. - public partial class KeyPhrasesTaskParameters + internal partial class KeyPhrasesTaskParameters { /// Initializes a new instance of KeyPhrasesTaskParameters. public KeyPhrasesTaskParameters() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.Serialization.cs index edaf17244f7b..b2536d4b6b6e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class PiiTask : IUtf8JsonSerializable + internal partial class PiiTask : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.cs index d503f7f3cdab..e23ea828bbae 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTask.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The PiiTask. - public partial class PiiTask + internal partial class PiiTask { /// Initializes a new instance of PiiTask. public PiiTask() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.Serialization.cs index 613b41bdebd2..2cb69dfd0151 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.Serialization.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { - public partial class PiiTaskParameters : IUtf8JsonSerializable + internal partial class PiiTaskParameters : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.cs index 44c26dcf99ff..1869875167ba 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParameters.cs @@ -8,7 +8,7 @@ namespace Azure.AI.TextAnalytics { /// The PiiTaskParameters. - public partial class PiiTaskParameters + internal partial class PiiTaskParameters { /// Initializes a new instance of PiiTaskParameters. public PiiTaskParameters() diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParametersDomain.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParametersDomain.cs index 02bf64101b21..320c5e25b238 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParametersDomain.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/PiiTaskParametersDomain.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { /// The PiiTaskParametersDomain. - public readonly partial struct PiiTaskParametersDomain : IEquatable + internal readonly partial struct PiiTaskParametersDomain : IEquatable { private readonly string _value; diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.Serialization.cs index 5f72d0b67c76..f24f97bd4e5b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.Serialization.cs @@ -11,7 +11,7 @@ namespace Azure.AI.TextAnalytics { - public partial class TaskState + internal partial class TaskState { internal static TaskState DeserializeTaskState(JsonElement element) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.cs index 8324f8ae0f50..9a6c19c02278 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TaskState.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics { /// The TaskState. - public partial class TaskState + internal partial class TaskState { /// Initializes a new instance of TaskState. /// . diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.Serialization.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.Serialization.cs similarity index 80% rename from sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.Serialization.cs rename to sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.Serialization.cs index f4c49036e46e..f3abb56faf75 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.Serialization.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.Serialization.cs @@ -11,9 +11,9 @@ namespace Azure.AI.TextAnalytics { - public partial class TasksStateTasksDetails + internal partial class TasksStateTasksDetailsInternal { - internal static TasksStateTasksDetails DeserializeTasksStateTasksDetails(JsonElement element) + internal static TasksStateTasksDetailsInternal DeserializeTasksStateTasksDetailsInternal(JsonElement element) { DateTimeOffset lastUpdateDateTime = default; Optional name = default; @@ -36,7 +36,7 @@ internal static TasksStateTasksDetails DeserializeTasksStateTasksDetails(JsonEle continue; } } - return new TasksStateTasksDetails(lastUpdateDateTime, name.Value, status); + return new TasksStateTasksDetailsInternal(lastUpdateDateTime, name.Value, status); } } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.cs similarity index 59% rename from sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.cs rename to sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.cs index e5b46ce4d2f1..5e051c175a8f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetails.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Generated/Models/TasksStateTasksDetailsInternal.cs @@ -10,20 +10,20 @@ namespace Azure.AI.TextAnalytics { /// The TasksStateTasksDetails. - public partial class TasksStateTasksDetails : TaskState + internal partial class TasksStateTasksDetailsInternal : TaskState { - /// Initializes a new instance of TasksStateTasksDetails. + /// Initializes a new instance of TasksStateTasksDetailsInternal. /// . /// . - internal TasksStateTasksDetails(DateTimeOffset lastUpdateDateTime, TextAnalyticsOperationStatus status) : base(lastUpdateDateTime, status) + internal TasksStateTasksDetailsInternal(DateTimeOffset lastUpdateDateTime, TextAnalyticsOperationStatus status) : base(lastUpdateDateTime, status) { } - /// Initializes a new instance of TasksStateTasksDetails. + /// Initializes a new instance of TasksStateTasksDetailsInternal. /// . /// . /// . - internal TasksStateTasksDetails(DateTimeOffset lastUpdateDateTime, string name, TextAnalyticsOperationStatus status) : base(lastUpdateDateTime, name, status) + internal TasksStateTasksDetailsInternal(DateTimeOffset lastUpdateDateTime, string name, TextAnalyticsOperationStatus status) : base(lastUpdateDateTime, name, status) { } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/JobManifestTasks.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/JobManifestTasks.cs index b53ff6781512..9a679e752023 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/JobManifestTasks.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/JobManifestTasks.cs @@ -11,21 +11,21 @@ namespace Azure.AI.TextAnalytics /// JobManifestTasks. /// [CodeGenModel("JobManifestTasks")] - public partial class JobManifestTasks + internal partial class JobManifestTasks { /// /// EntityRecognitionTasks /// - public IList EntityRecognitionTasks { get; internal set; } + internal IList EntityRecognitionTasks { get; set; } /// /// EntityRecognitionPiiTasks /// - public IList EntityRecognitionPiiTasks { get; internal set; } + internal IList EntityRecognitionPiiTasks { get; set; } /// /// KeyPhraseExtractionTasks /// - public IList KeyPhraseExtractionTasks { get; internal set; } + internal IList KeyPhraseExtractionTasks { get; set; } } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseExtractionTasksItem.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseExtractionTasksItem.cs index c132bd96144f..7c11b38dee38 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseExtractionTasksItem.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseExtractionTasksItem.cs @@ -12,7 +12,7 @@ namespace Azure.AI.TextAnalytics /// KeyPhraseExtractionTasksItem. /// [CodeGenModel("TasksStateTasksKeyPhraseExtractionTasksItem")] - public partial class KeyPhraseExtractionTasksItem + internal partial class KeyPhraseExtractionTasksItem { /// Initializes a new instance of KeyPhraseExtractionTasksItem. internal KeyPhraseExtractionTasksItem(KeyPhraseExtractionTasksItem task, IDictionary idToIndexMap) : base(task.LastUpdateDateTime, task.Name, task.Status) diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseTaskParameters.cs index 4a5c5c91d61a..e490bc963833 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhraseTaskParameters.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// KeyPhrasesTaskParameters. /// [CodeGenModel("KeyPhrasesTaskParameters")] - public partial class KeyPhrasesTaskParameters + internal partial class KeyPhrasesTaskParameters { /// ModelVersion. public string ModelVersion { get; set; } = "latest"; diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhrasesTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhrasesTask.cs index 3fc64a35f0f2..8820e778e2d4 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhrasesTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/KeyPhrasesTask.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// KeyPhrasesTask. /// [CodeGenModel("KeyPhrasesTask")] - public partial class KeyPhrasesTask + internal partial class KeyPhrasesTask { /// /// Parameters for KeyPhrasesTask diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomainType.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomainType.cs index f23a155d0451..5b185e293fe8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomainType.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiEntityDomainType.cs @@ -22,7 +22,7 @@ internal static string GetString(this PiiEntityDomainType type) { return type switch { - PiiEntityDomainType.ProtectedHealthInformation => "PHI", + PiiEntityDomainType.ProtectedHealthInformation => "phi", _ => null, }; } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTask.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTask.cs index bba47e611845..2c6076690a94 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTask.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTask.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// PiiTask. /// [CodeGenModel("PiiTask")] - public partial class PiiTask + internal partial class PiiTask { /// /// Parameters for PiiTask diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParameters.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParameters.cs index 319fd83e4fce..59714034d57e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParameters.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParameters.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// PiiTaskParameters class. /// [CodeGenModel("PiiTaskParameters")] - public partial class PiiTaskParameters + internal partial class PiiTaskParameters { /// /// ModelVersion diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParametersDomain.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParametersDomain.cs index 5e5cd340bedc..c55fd758f788 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParametersDomain.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/PiiTaskParametersDomain.cs @@ -9,7 +9,7 @@ namespace Azure.AI.TextAnalytics /// PiiTaskParametersDomain. /// [CodeGenModel("PiiTaskParametersDomain")] - public readonly partial struct PiiTaskParametersDomain + internal partial struct PiiTaskParametersDomain { } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesActionResult.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesActionResult.cs new file mode 100644 index 000000000000..2b3f0665ba8e --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesActionResult.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using Azure.AI.TextAnalytics.Models; + +namespace Azure.AI.TextAnalytics +{ + /// + /// RecognizeEntitiesActionResult + /// + public class RecognizeEntitiesActionResult : TextAnalyticsActionDetails + { + internal RecognizeEntitiesActionResult(RecognizeEntitiesResultCollection result, DateTimeOffset completedOn, TextAnalyticsErrorInternal error) : base(completedOn, error) + { + Result = result; + } + + /// + /// Results + /// + public RecognizeEntitiesResultCollection Result { get; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesOptions.cs new file mode 100644 index 000000000000..ff81b913ff34 --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizeEntitiesOptions.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.AI.TextAnalytics +{ + /// + /// Options that allow callers to specify details about how the operation + /// is run. For example set model version, whether to include statistics. + /// + public class RecognizeEntitiesOptions : TextAnalyticsRequestOptions + { + /// + /// Initializes a new instance of the + /// class which allows callers to specify details about how the operation + /// is run. For example set model version, whether to include statistics. + /// + public RecognizeEntitiesOptions() + { + } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesActionResult.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesActionResult.cs new file mode 100644 index 000000000000..004cd46a268e --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesActionResult.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using Azure.AI.TextAnalytics.Models; + +namespace Azure.AI.TextAnalytics +{ + /// + /// RecognizePiiEntitiesActionResults + /// + public class RecognizePiiEntitiesActionResult : TextAnalyticsActionDetails + { + internal RecognizePiiEntitiesActionResult(RecognizePiiEntitiesResultCollection result, DateTimeOffset completedOn, TextAnalyticsErrorInternal error) : base(completedOn, error) + { + Result = result; + } + + /// + /// Results + /// + public RecognizePiiEntitiesResultCollection Result { get; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs index 06753a2b17a6..4defe4830f5f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/RecognizePiiEntitiesOptions.cs @@ -6,7 +6,7 @@ namespace Azure.AI.TextAnalytics /// /// Options that allow callers to specify details about how the operation /// is run. For example set model version, whether to include statistics, - /// and filter the response entities by a given domain type. + /// and filter the response entities by a given domain filter. /// public class RecognizePiiEntitiesOptions : TextAnalyticsRequestOptions { @@ -14,7 +14,7 @@ public class RecognizePiiEntitiesOptions : TextAnalyticsRequestOptions /// Initializes a new instance of the /// class which allows callers to specify details about how the operation /// is run. For example set model version, whether to include statistics, - /// and filter the response entities by a given domain type. + /// and filter the response entities by a given domain filter. /// public RecognizePiiEntitiesOptions() { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TaskState.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TaskState.cs index 42a3dbc69324..02a5358bca3a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TaskState.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TaskState.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// TaskState. /// [CodeGenModel("TaskState")] - public partial class TaskState + internal partial class TaskState { /// Initializes a new instance of TaskState. /// . diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasks.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasks.cs index ff84a23bf1c2..37106788a7f1 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasks.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasks.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// AnalyzeTasks. /// [CodeGenModel("TasksStateTasks")] - public partial class AnalyzeTasks + internal partial class AnalyzeTasks { /// Initializes a new instance of AnalyzeTasks. /// @@ -41,7 +41,7 @@ internal AnalyzeTasks(AnalyzeTasks tasks, IDictionary idToIndexMap) /// /// Details /// - public TasksStateTasksDetails Details { get; } + public TasksStateTasksDetailsInternal Details { get; } /// /// Completed diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetails.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetailsInternal.cs similarity index 83% rename from sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetails.cs rename to sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetailsInternal.cs index 46472bc69df4..3a802fd753ef 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetails.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TasksStateTasksDetailsInternal.cs @@ -10,7 +10,7 @@ namespace Azure.AI.TextAnalytics /// TasksStateTasksDetails. /// [CodeGenModel("TasksStateTasksDetails")] - public partial class TasksStateTasksDetails + internal partial class TasksStateTasksDetailsInternal { } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActionDetails.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActionDetails.cs new file mode 100644 index 000000000000..1035625eeccf --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActionDetails.cs @@ -0,0 +1,39 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using Azure.AI.TextAnalytics.Models; + +namespace Azure.AI.TextAnalytics +{ + /// + /// Stores the details for the AnalyzeBatchActionsOperation class. + /// + public class TextAnalyticsActionDetails + { + /// + /// Initializes the TextAnalyticsActionDetails class by initializing CompletedOn, Error and HasError properties. + /// + internal TextAnalyticsActionDetails (DateTimeOffset completedOn, TextAnalyticsErrorInternal error) + { + CompletedOn = completedOn; + Error = error != null ? Transforms.ConvertToError(error) : default; + } + + /// + /// Indicates the time at which the action was last updated on. + /// + public DateTimeOffset CompletedOn { get; } + + /// + /// Determines the TextAnalyticsError object for an action result. + /// + public TextAnalyticsError Error { get; } + + /// + /// Indicates that the document was not successfully processed and an error was returned for this document. + /// + public bool HasError => Error.ErrorCode != default; + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActions.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActions.cs new file mode 100644 index 000000000000..2b720be334bf --- /dev/null +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsActions.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; + +namespace Azure.AI.TextAnalytics +{ + /// Determines the list of actions to be passed as arguments for AnalyzeBatchActionsOperation class. + public class TextAnalyticsActions + { + /// + /// DisplayName + /// + public string DisplayName { get; set; } + + /// + /// ExtractKeyPhrasesOptions + /// + public IReadOnlyCollection ExtractKeyPhrasesOptions { get; set; } + + /// + /// RecognizeEntitiesOptions + /// + public IReadOnlyCollection RecognizeEntitiesOptions { get; set; } + + /// + /// RecognizePiiEntityOptions + /// + public IReadOnlyCollection RecognizePiiEntitiesOptions { get; set; } + } +} diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs index d156b213884c..26bc05b14b09 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsClient.cs @@ -2243,167 +2243,125 @@ private async Task StartAnalyzeHealthcareEnt #region Analyze Operation /// - /// StartAnalyzeOperationBatchAsync enables the application to have multiple tasks including NER, PII and KPE. + /// StartAnalyzeBatchActionsAsync enables the application to have multiple actions including NER, PII and KPE. /// Accepts a list of strings which are analyzed asynchronously. /// For document length limits, maximum batch size, and supported text encoding, see /// . /// /// The list of documents to analyze. /// The language that the document is written in. - /// The different operations to pass as options. - /// You can use it to have multiple tasks to analyze as well as multiple task item per each individual task. - /// For example - - /// AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() - /// { - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - /// EntitiesTaskParameters = new EntitiesTaskParameters(), - /// PiiTaskParameters = new PiiTaskParameters(), - /// DisplayName = "AnalyzeOperation" - /// }; - /// By default ModelVersion is set as 'latest' and it can set from the task parameters. - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters() - /// { - /// ModelVersion = "latest" - /// }, - /// For additional configurable options see + /// + /// The different actions to pass as arguments. + /// You can use it to have multiple actions to analyze as well as multiple action item per each individual action. + /// + /// Sets the IncludeStatistcs property on the analyze action operation. /// A controlling the request lifetime. /// Service returned a non-success /// status code. - public virtual async Task StartAnalyzeOperationBatchAsync(IEnumerable documents, AnalyzeOperationOptions options, string language = default, CancellationToken cancellationToken = default) + public virtual async Task StartAnalyzeBatchActionsAsync(IEnumerable documents, TextAnalyticsActions actions, string language = default, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(documents, nameof(documents)); - Argument.AssertNotNull(options, nameof(options)); + Argument.AssertNotNull(actions, nameof(actions)); MultiLanguageBatchInput documentInputs = ConvertToMultiLanguageInputs(documents, language); - return await StartAnalyzeOperationBatchAsync(documentInputs, options, cancellationToken).ConfigureAwait(false); + return await StartAnalyzeBatchActionsAsync(documentInputs, actions, options, cancellationToken).ConfigureAwait(false); } /// - /// Analyze Operation enables the application to have multiple tasks including NER, PII and KPE. + /// StartAnalyzeBatchActions enables the application to have multiple actions including NER, PII and KPE. /// Accepts a list of strings which are analyzed asynchronously. /// For document length limits, maximum batch size, and supported text encoding, see /// . /// /// The list of documents to analyze. + /// + /// The different actions to pass as arguments. + /// You can use it to have multiple actions to analyze as well as multiple action item per each individual action. + /// /// The language that the document is written in. - /// The different operations to pass as options. - /// You can use it to have multiple tasks to analyze as well as multiple task item per each individual task. - /// For example - - /// AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() - /// { - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - /// EntitiesTaskParameters = new EntitiesTaskParameters(), - /// PiiTaskParameters = new PiiTaskParameters(), - /// DisplayName = "AnalyzeOperation" - /// }; - /// By default ModelVersion is set as 'latest' and it can set from the task parameters. - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters() - /// { - /// ModelVersion = "latest" - /// }, - /// For additional configurable options see + /// Sets the IncludeStatistcs property on the analyze action operation. /// A controlling the request lifetime. /// Service returned a non-success /// status code. - public virtual AnalyzeOperation StartAnalyzeOperationBatch(IEnumerable documents, AnalyzeOperationOptions options, string language = default, CancellationToken cancellationToken = default) + public virtual AnalyzeBatchActionsOperation StartAnalyzeBatchActions(IEnumerable documents, TextAnalyticsActions actions, string language = default, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(documents, nameof(documents)); - Argument.AssertNotNull(options, nameof(options)); + Argument.AssertNotNull(actions, nameof(actions)); MultiLanguageBatchInput documentInputs = ConvertToMultiLanguageInputs(documents, language); - return StartAnalyzeOperationBatch(documentInputs, options, cancellationToken); + return StartAnalyzeBatchActions(documentInputs, actions, options, cancellationToken); } /// - /// Analyze Operation enables the application to have multiple tasks including NER, PII and KPE. + /// StartAnalyzeBatchActions enables the application to have multiple actions including NER, PII and KPE. /// Accepts a list of strings which are analyzed asynchronously. /// For document length limits, maximum batch size, and supported text encoding, see /// . /// /// The list of documents to analyze. - /// The different operations to pass as options. - /// You can use it to have multiple tasks to analyze as well as multiple task item per each individual task. - /// For example - - /// AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() - /// { - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - /// EntitiesTaskParameters = new EntitiesTaskParameters(), - /// PiiTaskParameters = new PiiTaskParameters(), - /// DisplayName = "AnalyzeOperation" - /// }; - /// By default ModelVersion is set as 'latest' and it can set from the task parameters. - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters() - /// { - /// ModelVersion = "latest" - /// }, - /// For additional configurable options see + /// + /// The different actions to pass as arguments. + /// You can use it to have multiple actions to analyze as well as multiple action item per each individual action. + /// + /// Sets the IncludeStatistcs property on the analyze action operation. /// A controlling the request lifetime. /// Service returned a non-success /// status code. - public virtual AnalyzeOperation StartAnalyzeOperationBatch(IEnumerable documents, AnalyzeOperationOptions options, CancellationToken cancellationToken = default) + public virtual AnalyzeBatchActionsOperation StartAnalyzeBatchActions(IEnumerable documents, TextAnalyticsActions actions, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(documents, nameof(documents)); - Argument.AssertNotNull(options, nameof(options)); + Argument.AssertNotNull(actions, nameof(actions)); MultiLanguageBatchInput documentInputs = ConvertToMultiLanguageInputs(documents); - return StartAnalyzeOperationBatch(documentInputs, options, cancellationToken); + return StartAnalyzeBatchActions(documentInputs, actions, options, cancellationToken); } /// - /// Analyze Operation enables the application to have multiple tasks including NER, PII and KPE. + /// StartAnalyzeBatchActionsAsync enables the application to have multiple actions including NER, PII and KPE. /// Accepts a list of strings which are analyzed asynchronously. /// For document length limits, maximum batch size, and supported text encoding, see /// . /// /// The list of documents to analyze. - /// The different operations to pass as options. - /// You can use it to have multiple tasks to analyze as well as multiple task item per each individual task. - /// For example - - /// AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() - /// { - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - /// EntitiesTaskParameters = new EntitiesTaskParameters(), - /// PiiTaskParameters = new PiiTaskParameters(), - /// DisplayName = "AnalyzeOperation" - /// }; - /// By default ModelVersion is set as 'latest' and it can set from the task parameters. - /// KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters() - /// { - /// ModelVersion = "latest" - /// }, - /// For additional configurable options see + /// + /// The different actions to pass as arguments. + /// You can use it to have multiple actions to analyze as well as multiple action item per each individual action. + /// + /// Sets the IncludeStatistcs property on the analyze action operation. /// A controlling the request lifetime. /// Service returned a non-success /// status code. - public virtual async Task StartAnalyzeOperationBatchAsync(IEnumerable documents, AnalyzeOperationOptions options, CancellationToken cancellationToken = default) + public virtual async Task StartAnalyzeBatchActionsAsync(IEnumerable documents, TextAnalyticsActions actions, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(documents, nameof(documents)); - Argument.AssertNotNull(options, nameof(options)); + Argument.AssertNotNull(actions, nameof(actions)); MultiLanguageBatchInput documentInputs = ConvertToMultiLanguageInputs(documents); - return await StartAnalyzeOperationBatchAsync(documentInputs, options, cancellationToken).ConfigureAwait(false); + return await StartAnalyzeBatchActionsAsync(documentInputs, actions, options, cancellationToken).ConfigureAwait(false); } - private AnalyzeOperation StartAnalyzeOperationBatch(MultiLanguageBatchInput batchInput, AnalyzeOperationOptions options, CancellationToken cancellationToken = default) + private AnalyzeBatchActionsOperation StartAnalyzeBatchActions(MultiLanguageBatchInput batchInput, TextAnalyticsActions actions, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { JobManifestTasks tasks = new JobManifestTasks(); - if (options.PiiTaskParameters != null) + options ??= new AnalyzeBatchActionsOptions(); + + if (actions.RecognizePiiEntitiesOptions != null) { - tasks.EntityRecognitionPiiTasks = new List() { new PiiTask() { Parameters = options.PiiTaskParameters } }; + tasks.EntityRecognitionPiiTasks = Transforms.ConvertFromPiiEntityOptionsToTasks(actions.RecognizePiiEntitiesOptions); } - if (options.EntitiesTaskParameters != null) + if (actions.RecognizeEntitiesOptions != null) { - tasks.EntityRecognitionTasks = new List() { new EntitiesTask() { Parameters = options.EntitiesTaskParameters } }; + tasks.EntityRecognitionTasks = Transforms.ConvertFromEntityOptionsToTasks(actions.RecognizeEntitiesOptions); } - if (options.KeyPhrasesTaskParameters != null) + if (actions.ExtractKeyPhrasesOptions != null) { - tasks.KeyPhraseExtractionTasks = new List() { new KeyPhrasesTask() { Parameters = options.KeyPhrasesTaskParameters } }; + tasks.KeyPhraseExtractionTasks = Transforms.ConvertFromKeyPhrasesOptionsToTasks(actions.ExtractKeyPhrasesOptions); } - AnalyzeBatchInput analyzeDocumentInputs = new AnalyzeBatchInput(batchInput, tasks, options.DisplayName); + AnalyzeBatchInput analyzeDocumentInputs = new AnalyzeBatchInput(batchInput, tasks, actions.DisplayName); - using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(TextAnalyticsClient)}.{nameof(StartAnalyzeOperationBatch)}"); + using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(TextAnalyticsClient)}.{nameof(StartAnalyzeBatchActions)}"); scope.Start(); try @@ -2413,7 +2371,7 @@ private AnalyzeOperation StartAnalyzeOperationBatch(MultiLanguageBatchInput batc IDictionary idToIndexMap = CreateIdToIndexMap(batchInput.Documents); - return new AnalyzeOperation(_serviceRestClient, _clientDiagnostics, _options.GetVersionString(), location, idToIndexMap, options.IncludeStatistics); + return new AnalyzeBatchActionsOperation(_serviceRestClient, _clientDiagnostics, _options.GetVersionString(), location, idToIndexMap, options.IncludeStatistics); } catch (Exception e) { @@ -2422,26 +2380,28 @@ private AnalyzeOperation StartAnalyzeOperationBatch(MultiLanguageBatchInput batc } } - private async Task StartAnalyzeOperationBatchAsync(MultiLanguageBatchInput batchInput, AnalyzeOperationOptions options, CancellationToken cancellationToken = default) + private async Task StartAnalyzeBatchActionsAsync(MultiLanguageBatchInput batchInput, TextAnalyticsActions actions, AnalyzeBatchActionsOptions options = default, CancellationToken cancellationToken = default) { JobManifestTasks tasks = new JobManifestTasks(); - if (options.PiiTaskParameters != null) + options ??= new AnalyzeBatchActionsOptions(); + + if (actions.RecognizePiiEntitiesOptions != null) { - tasks.EntityRecognitionPiiTasks = new List() { new PiiTask() { Parameters = options.PiiTaskParameters } }; + tasks.EntityRecognitionPiiTasks = Transforms.ConvertFromPiiEntityOptionsToTasks(actions.RecognizePiiEntitiesOptions); } - if (options.EntitiesTaskParameters != null) + if (actions.RecognizeEntitiesOptions != null) { - tasks.EntityRecognitionTasks = new List() { new EntitiesTask() { Parameters = options.EntitiesTaskParameters } }; + tasks.EntityRecognitionTasks = Transforms.ConvertFromEntityOptionsToTasks(actions.RecognizeEntitiesOptions); } - if (options.KeyPhrasesTaskParameters != null) + if (actions.ExtractKeyPhrasesOptions != null) { - tasks.KeyPhraseExtractionTasks = new List() { new KeyPhrasesTask() { Parameters = options.KeyPhrasesTaskParameters } }; + tasks.KeyPhraseExtractionTasks = Transforms.ConvertFromKeyPhrasesOptionsToTasks(actions.ExtractKeyPhrasesOptions); } - AnalyzeBatchInput analyzeDocumentInputs = new AnalyzeBatchInput(batchInput, tasks, options.DisplayName); + AnalyzeBatchInput analyzeDocumentInputs = new AnalyzeBatchInput(batchInput, tasks, actions.DisplayName); - using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(TextAnalyticsClient)}.{nameof(StartAnalyzeOperationBatch)}"); + using DiagnosticScope scope = _clientDiagnostics.CreateScope($"{nameof(TextAnalyticsClient)}.{nameof(StartAnalyzeBatchActions)}"); scope.Start(); try @@ -2451,7 +2411,7 @@ private async Task StartAnalyzeOperationBatchAsync(MultiLangua IDictionary idToIndexMap = CreateIdToIndexMap(batchInput.Documents); - return new AnalyzeOperation(_serviceRestClient, _clientDiagnostics, _options.GetVersionString(), location, idToIndexMap, options.IncludeStatistics); + return new AnalyzeBatchActionsOperation(_serviceRestClient, _clientDiagnostics, _options.GetVersionString(), location, idToIndexMap, options.IncludeStatistics); } catch (Exception e) { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsOperationStatus.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsOperationStatus.cs index 64d9ac1e1b06..3b5a23923e49 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsOperationStatus.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/TextAnalyticsOperationStatus.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -using System.Collections.Generic; using Azure.Core; namespace Azure.AI.TextAnalytics @@ -12,5 +11,10 @@ namespace Azure.AI.TextAnalytics [CodeGenModel("State")] public partial struct TextAnalyticsOperationStatus { + [CodeGenMember("PartiallyCompletedValue")] + private const string PartiallySucceededValue = "partiallySucceeded"; + + /// partiallyCompleted. + public static TextAnalyticsOperationStatus PartiallySucceeded { get; } = new TextAnalyticsOperationStatus(PartiallySucceededValue); } } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Transforms.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Transforms.cs index 99682856d25a..686da0b86271 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/src/Transforms.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/src/Transforms.cs @@ -5,6 +5,7 @@ using System.Collections.Generic; using System.Globalization; using System.Linq; +using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using Azure.AI.TextAnalytics.Models; @@ -307,9 +308,81 @@ private static int ParseHealthcareEntityIndex(string reference) #region Analyze Operation - internal static AnalyzeOperationResult ConvertToAnalyzeOperationResult(AnalyzeJobState jobState, IDictionary map) + internal static PiiTask ConvertToPiiTask(RecognizePiiEntitiesOptions option) { - return new AnalyzeOperationResult(jobState, map); + return new PiiTask() + { + Parameters = new PiiTaskParameters() + { + Domain = option.DomainFilter.GetString(), + ModelVersion = !string.IsNullOrEmpty(option.ModelVersion) ? option.ModelVersion : "latest", + StringIndexType = option.StringIndexType + } + }; + } + + internal static EntitiesTask ConvertToEntitiesTask(RecognizeEntitiesOptions option) + { + return new EntitiesTask() + { + Parameters = new EntitiesTaskParameters() + { + ModelVersion = !string.IsNullOrEmpty(option.ModelVersion) ? option.ModelVersion : "latest", + StringIndexType = option.StringIndexType + } + }; + } + + internal static KeyPhrasesTask ConvertToKeyPhrasesTask(ExtractKeyPhrasesOptions option) + { + return new KeyPhrasesTask() + { + Parameters = new KeyPhrasesTaskParameters() + { + ModelVersion = !string.IsNullOrEmpty(option.ModelVersion) ? option.ModelVersion : "latest", + } + }; + } + + internal static IList ConvertFromEntityOptionsToTasks(IReadOnlyCollection recognizeEntitiesOptions) + { + List list = new List(); + + foreach (RecognizeEntitiesOptions option in recognizeEntitiesOptions) + { + list.Add(ConvertToEntitiesTask(option)); + } + + return list; + } + + internal static IList ConvertFromKeyPhrasesOptionsToTasks(IReadOnlyCollection extractKeyPhrasesOptions) + { + List list = new List(); + + foreach (ExtractKeyPhrasesOptions option in extractKeyPhrasesOptions) + { + list.Add(ConvertToKeyPhrasesTask(option)); + } + + return list; + } + + internal static IList ConvertFromPiiEntityOptionsToTasks(IReadOnlyCollection recognizePiiEntityOptions) + { + List list = new List(); + + foreach (RecognizePiiEntitiesOptions option in recognizePiiEntityOptions) + { + list.Add(ConvertToPiiTask(option)); + } + + return list; + } + + internal static AnalyzeBatchActionsResult ConvertToAnalyzeOperationResult(AnalyzeJobState jobState, IDictionary map) + { + return new AnalyzeBatchActionsResult(jobState, map); } internal static IReadOnlyList ConvertToKeyPhraseExtractionTasks(IReadOnlyList keyPhraseExtractionTasks, IDictionary idToIndexMap) @@ -345,6 +418,115 @@ internal static IReadOnlyList ConvertToEntityRecogni return collection; } + private static string[] parseActionErrorTarget(string targetReference) + { + if (string.IsNullOrEmpty(targetReference)) + { + throw new InvalidOperationException("Expected an error with a target field referencing an action but did not get one"); + } + Regex _targetRegex = new Regex("#/tasks/(keyPhraseExtractionTasks|entityRecognitionPiiTasks|entityRecognitionTasks)/(\\d+)", RegexOptions.Compiled, TimeSpan.FromSeconds(2)); + + // action could be failed and the target reference is "#/tasks/keyPhraseExtractionTasks/0"; + Match targetMatch = _targetRegex.Match(targetReference); + + string[] taskNameIdPair = new string[2]; + if (targetMatch.Success && targetMatch.Groups.Count == 3) + { + taskNameIdPair[0] = targetMatch.Groups[1].Value; + taskNameIdPair[1] = targetMatch.Groups[2].Value; + } + return taskNameIdPair; + } + + internal static AnalyzeBatchActionsResult ConvertToAnalyzeBatchActionsResult(AnalyzeJobState jobState, IDictionary map) + { + IDictionary keyPhraseErrors = new Dictionary(); + IDictionary entitiesRecognitionErrors = new Dictionary(); + IDictionary entitiesPiiRecognitionErrors = new Dictionary(); + + if (jobState.Errors.Any()) + { + foreach (TextAnalyticsErrorInternal error in jobState.Errors) + { + string[] targetPair = parseActionErrorTarget(error.Target); + string taskName = targetPair[0]; + int taskIndex = int.Parse(targetPair[1], CultureInfo.InvariantCulture); + + if ("entityRecognitionTasks".Equals(taskName)) + { + entitiesRecognitionErrors.Add(taskIndex, error); + } + else if ("entityRecognitionPiiTasks".Equals(taskName)) + { + entitiesPiiRecognitionErrors.Add(taskIndex, error); + } + else if ("keyPhraseExtractionTasks".Equals(taskName)) + { + keyPhraseErrors.Add(taskIndex, error); + } + else + { + throw new InvalidOperationException($"Invalid task name in target reference - {taskName}"); + } + } + } + + var extractKeyPhrasesActionResult = ConvertToExtractKeyPhrasesActionResults(jobState, map, keyPhraseErrors); + var recognizeEntitiesActionResults = ConvertToRecognizeEntitiesActionsResults(jobState, map, entitiesRecognitionErrors); + var recognizePiiEntitiesActionResults = ConvertToRecognizePiiEntitiesActionsResults(jobState, map, entitiesPiiRecognitionErrors); + + return new AnalyzeBatchActionsResult(extractKeyPhrasesActionResult, recognizeEntitiesActionResults, recognizePiiEntitiesActionResults, jobState.Statistics); + } + + internal static IReadOnlyCollection ConvertToExtractKeyPhrasesActionResults(AnalyzeJobState jobState, IDictionary idToIndexMap, IDictionary errors) + { + var collection = new List(); + int index = 0; + foreach (KeyPhraseExtractionTasksItem task in jobState.Tasks.KeyPhraseExtractionTasks) + { + TextAnalyticsErrorInternal error; + errors.TryGetValue(index, out error); + + collection.Add(new ExtractKeyPhrasesActionResult(ConvertToExtractKeyPhrasesResultCollection(task.ResultsInternal, idToIndexMap), task.LastUpdateDateTime, error)); + + index++; + } + + return collection; + } + + internal static IReadOnlyCollection ConvertToRecognizePiiEntitiesActionsResults(AnalyzeJobState jobState, IDictionary idToIndexMap, IDictionary errors) + { + var collection = new List(); + int index = 0; + foreach (EntityRecognitionPiiTasksItem task in jobState.Tasks.EntityRecognitionPiiTasks) + { + TextAnalyticsErrorInternal error; + errors.TryGetValue(index, out error); + + collection.Add(new RecognizePiiEntitiesActionResult(ConvertToRecognizePiiEntitiesResultCollection(task.ResultsInternal, idToIndexMap), task.LastUpdateDateTime, error)); + index++; + } + + return collection; + } + + internal static IReadOnlyCollection ConvertToRecognizeEntitiesActionsResults(AnalyzeJobState jobState, IDictionary idToIndexMap, IDictionary errors) + { + var collection = new List(); + int index = 0; + foreach (EntityRecognitionTasksItem task in jobState.Tasks.EntityRecognitionTasks) + { + TextAnalyticsErrorInternal error; + errors.TryGetValue(index, out error); + + collection.Add(new RecognizeEntitiesActionResult(ConvertToRecognizeEntitiesResultCollection(task.ResultsInternal, idToIndexMap), task.LastUpdateDateTime, error)); + index++; + } + + return collection; + } + #endregion private static List SortHeterogeneousCollection(List collection, IDictionary idToIndexMap) where T : TextAnalyticsResult diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationTests.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationTests.cs index 4e42d44c7c67..0bf588003fb4 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationTests.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/AnalyzeOperationTests.cs @@ -5,7 +5,6 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Azure.AI.TextAnalytics.Models; using Azure.Core.TestFramework; using NUnit.Framework; @@ -38,25 +37,27 @@ public async Task AnalyzeOperationWithAADTest() { TextAnalyticsClient client = GetClient(useTokenCredential: true); - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchConvenienceDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); await operation.WaitForCompletionAsync(PollingInterval); //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - IReadOnlyList entityRecognitionTasksItemCollection = resultCollection.Tasks.EntityRecognitionTasks; - IReadOnlyList entityRecognitionPiiTasksItemCollection = resultCollection.Tasks.EntityRecognitionPiiTasks; - ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.Tasks.KeyPhraseExtractionTasks[0].Results; + IReadOnlyCollection entitiesResult = resultCollection.RecognizeEntitiesActionsResults; + + ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.ExtractKeyPhrasesActionsResults.ElementAt(0).Result; + + IReadOnlyCollection piiResult = resultCollection.RecognizePiiEntitiesActionsResults; Assert.IsNotNull(keyPhrasesResult); - Assert.IsNotNull(entityRecognitionTasksItemCollection); - Assert.IsNotNull(entityRecognitionPiiTasksItemCollection); + Assert.IsNotNull(entitiesResult); + Assert.IsNotNull(piiResult); Assert.AreEqual(2, keyPhrasesResult.Count); } @@ -66,26 +67,27 @@ public async Task AnalyzeOperationTest() { TextAnalyticsClient client = GetClient(); - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchConvenienceDocuments, operationOptions, "en"); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchConvenienceDocuments, batchActions, "en"); await operation.WaitForCompletionAsync(PollingInterval); //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - IReadOnlyList entityRecognitionTasksItemCollection = resultCollection.Tasks.EntityRecognitionTasks; - IReadOnlyList entityRecognitionPiiTasksItemCollection = resultCollection.Tasks.EntityRecognitionPiiTasks; + IReadOnlyCollection entitiesResult = resultCollection.RecognizeEntitiesActionsResults; - ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.ExtractKeyPhrasesActionsResults.ElementAt(0).Result; + + IReadOnlyCollection piiResult = resultCollection.RecognizePiiEntitiesActionsResults; Assert.IsNotNull(keyPhrasesResult); - Assert.IsNotNull(entityRecognitionTasksItemCollection); - Assert.IsNotNull(entityRecognitionPiiTasksItemCollection); + Assert.IsNotNull(entitiesResult); + Assert.IsNotNull(piiResult); Assert.AreEqual(2, keyPhrasesResult.Count); @@ -120,26 +122,26 @@ public async Task AnalyzeOperationWithLanguageTest() } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() - { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + TextAnalyticsActions batchActions = new TextAnalyticsActions() + { + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, DisplayName = "AnalyzeOperationWithLanguageTest" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); await operation.WaitForCompletionAsync(PollingInterval); //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.ExtractKeyPhrasesActionsResults.ElementAt(0).Result; Assert.IsNotNull(keyPhrasesResult); Assert.AreEqual(2, keyPhrasesResult.Count); - Assert.AreEqual("AnalyzeOperationWithLanguageTest", resultCollection.DisplayName); + Assert.AreEqual("AnalyzeOperationWithLanguageTest", operation.DisplayName); var keyPhrasesListId1 = new List { "Bill Gates", "Paul Allen", "Microsoft" }; var keyPhrasesListId2 = new List { "gato", "perro", "veterinario" }; @@ -172,31 +174,44 @@ public async Task AnalyzeOperationWithMultipleTasks() } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationWithMultipleTasks" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); + + Assert.AreEqual(0, operation.ActionsFailed); + Assert.AreEqual(0, operation.ActionsSucceeded); + Assert.AreEqual(0, operation.ActionsInProgress); + Assert.AreEqual(0, operation.TotalActions); await operation.WaitForCompletionAsync(PollingInterval); + Assert.AreEqual(0, operation.ActionsFailed); + Assert.AreEqual(3, operation.ActionsSucceeded); + Assert.AreEqual(0, operation.ActionsInProgress); + Assert.AreEqual(3, operation.TotalActions); + Assert.AreNotEqual(new DateTimeOffset(), operation.CreatedOn); + Assert.AreNotEqual(new DateTimeOffset(), operation.LastModified); + Assert.AreNotEqual(new DateTimeOffset(), operation.ExpiresOn); + //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - RecognizeEntitiesResultCollection entitiesResult = resultCollection.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = resultCollection.RecognizeEntitiesActionsResults.ElementAt(0).Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = resultCollection.ExtractKeyPhrasesActionsResults.ElementAt(0).Result; - RecognizePiiEntitiesResultCollection piiResult = resultCollection.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = resultCollection.RecognizePiiEntitiesActionsResults.ElementAt(0).Result; Assert.IsNotNull(keyPhrasesResult); Assert.IsNotNull(entitiesResult); Assert.IsNotNull(piiResult); - Assert.AreEqual("AnalyzeOperationWithMultipleTasks", resultCollection.DisplayName); + Assert.AreEqual("AnalyzeOperationWithMultipleTasks", operation.DisplayName); // Keyphrases Assert.AreEqual(2, keyPhrasesResult.Count); @@ -250,13 +265,13 @@ public async Task AnalyzeOperationWithPagination() documents.Add("Elon Musk is the CEO of SpaceX and Tesla."); } - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, DisplayName = "AnalyzeOperationWithSkipParameter", }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(documents, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(documents, batchActions); Assert.IsFalse(operation.HasCompleted); Assert.IsFalse(operation.HasValue); @@ -273,29 +288,28 @@ public async Task AnalyzeOperationWithPagination() // try async //There most be 2 pages as service limit is 20 documents per page - List asyncPages = operation.Value.ToEnumerableAsync().Result; + List asyncPages = operation.Value.ToEnumerableAsync().Result; Assert.AreEqual(2, asyncPages.Count); // First page should have 20 results - Assert.AreEqual(20, asyncPages[0].Tasks.KeyPhraseExtractionTasks.FirstOrDefault().Results.Count); + Assert.AreEqual(20, asyncPages[0].ExtractKeyPhrasesActionsResults.FirstOrDefault().Result.Count); // Second page should have remaining 3 results - Assert.AreEqual(3, asyncPages[1].Tasks.KeyPhraseExtractionTasks.FirstOrDefault().Results.Count); + Assert.AreEqual(3, asyncPages[1].ExtractKeyPhrasesActionsResults.FirstOrDefault().Result.Count); // try sync //There most be 2 pages as service limit is 20 documents per page - List pages = operation.GetValues().AsEnumerable().ToList(); + List pages = operation.GetValues().AsEnumerable().ToList(); Assert.AreEqual(2, pages.Count); // First page should have 20 results - Assert.AreEqual(20, pages[0].Tasks.KeyPhraseExtractionTasks.FirstOrDefault().Results.Count); + Assert.AreEqual(20, pages[0].ExtractKeyPhrasesActionsResults.FirstOrDefault().Result.Count); // Second page should have remaining 3 results - Assert.AreEqual(3, pages[1].Tasks.KeyPhraseExtractionTasks.FirstOrDefault().Results.Count); + Assert.AreEqual(3, pages[1].ExtractKeyPhrasesActionsResults.FirstOrDefault().Result.Count); } [Test] - [Ignore("Will add this once the pagination is implemented for AnalyzeOperation - https://github.com/Azure/azure-sdk-for-net/issues/16958")] public async Task AnalyzeOperationBatchWithErrorTest() { TextAnalyticsClient client = GetClient(); @@ -306,23 +320,35 @@ public async Task AnalyzeOperationBatchWithErrorTest() "Can cause rapid or irregular heartbeat, delirium, panic, psychosis, and heart failure.", "", }; - - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + ExtractKeyPhrasesOptions = new List() + { + new ExtractKeyPhrasesOptions(), + new ExtractKeyPhrasesOptions() + { + ModelVersion = "InvalidVersion" + } + }, DisplayName = "AnalyzeOperationBatchWithErrorTest", - //Skip = 1 }; - await Task.Run(() => { - RequestFailedException ex = Assert.ThrowsAsync(async () => - { - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(documents, operationOptions, "en"); - }); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(documents, batchActions, "en"); + + await operation.WaitForCompletionAsync(PollingInterval); + + //Take the first page + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + + ExtractKeyPhrasesActionResult resultWithActionError = resultCollection.ExtractKeyPhrasesActionsResults.ElementAtOrDefault(1); + + ExtractKeyPhrasesResultCollection resultWithDocumentError = resultCollection.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - Assert.IsTrue(ex.ErrorCode.Equals("InvalidArgument")); - Assert.IsTrue(ex.Status.Equals(400)); - }); + Assert.IsTrue(resultWithActionError.HasError); + Assert.AreEqual(TextAnalyticsErrorCode.InvalidRequest, resultWithActionError.Error.ErrorCode.ToString()); + + Assert.IsTrue(resultWithDocumentError.ElementAt(2).HasError); + Assert.AreEqual(TextAnalyticsErrorCode.InvalidDocument, resultWithDocumentError.ElementAt(2).Error.ErrorCode.ToString()); } [Test] @@ -335,23 +361,20 @@ public async Task AnalyzeOperationBatchWithPHIDomain() "A patient with medical id 12345678 whose phone number is 800-102-1100 is going under heart surgery", }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - PiiTaskParameters = new PiiTaskParameters() - { - Domain = PiiTaskParametersDomain.Phi - }, - DisplayName = "AnalyzeOperationWithPHIDomain" + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() { DomainFilter = PiiEntityDomainType.ProtectedHealthInformation } }, + DisplayName = "AnalyzeOperationWithPHIDomain", }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(documents, operationOptions, "en"); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(documents, batchActions, "en"); await operation.WaitForCompletionAsync(PollingInterval); //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - RecognizePiiEntitiesResultCollection result = resultCollection.Tasks.EntityRecognitionPiiTasks[0].Results;; + RecognizePiiEntitiesResultCollection result = resultCollection.RecognizePiiEntitiesActionsResults.ElementAt(0).Result; Assert.IsNotNull(result); @@ -383,21 +406,25 @@ public async Task AnalyzeOperationBatchWithStatisticsTest() } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, DisplayName = "AnalyzeOperationTest", + }; + + AnalyzeBatchActionsOptions options = new AnalyzeBatchActionsOptions() + { IncludeStatistics = true }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions, options); await operation.WaitForCompletionAsync(PollingInterval); //Take the first page - AnalyzeOperationResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); + AnalyzeBatchActionsResult resultCollection = operation.Value.ToEnumerableAsync().Result.FirstOrDefault(); - ExtractKeyPhrasesResultCollection result = resultCollection.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection result = resultCollection.ExtractKeyPhrasesActionsResults.ElementAt(0).Result; Assert.IsNotNull(result); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTest.json index fa59c39a9820..983a546e4e95 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTest.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", - "Content-Length": "410", + "Content-Length": "460", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-78d3c761d055ad4d8c8610ab6935d41b-1a6759d88ea2f343-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201112.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-89fb309c5e54b54482e9168749a50c0d-133f7a218175b84f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8bc4734310bb7be2c59f879707480cb0", "x-ms-return-client-request-id": "true" }, @@ -39,25 +39,165 @@ "parameters": { "model-version": "latest" } + }, + { + "parameters": { + "model-version": "InvalidVersion" + } } ] }, "displayName": "AnalyzeOperationBatchWithErrorTest" }, - "StatusCode": 400, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "b8479ce6-d120-4761-9228-1c814d838291", + "Date": "Mon, 08 Feb 2021 16:30:44 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2cf1a726-968a-4a40-9b44-4344fade14c5_637483392000000000", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "695" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2cf1a726-968a-4a40-9b44-4344fade14c5_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d914a25d4fa03eb22e5c862a25ca4a9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "750eee19-9787-4118-88cb-8f002b013280", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 08 Feb 2021 16:30:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "103" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationBatchWithErrorTest", + "jobId": "2cf1a726-968a-4a40-9b44-4344fade14c5_637483392000000000", + "lastUpdateDateTime": "2021-02-08T16:30:44Z", + "createdDateTime": "2021-02-08T16:30:44Z", + "expirationDateTime": "2021-02-09T16:30:44Z", + "status": "notStarted", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:30:44Z" + }, + "completed": 0, + "failed": 0, + "inProgress": 0, + "total": 0 + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2cf1a726-968a-4a40-9b44-4344fade14c5_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "df4f9c832e6343bc10227cb3c8b7d7e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e144a961-a98e-40de-8f90-76df531557c8", + "apim-request-id": "aa56e7ce-5913-477c-a14b-e35e8433747f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Nov 2020 19:22:31 GMT", + "Date": "Mon, 08 Feb 2021 16:30:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "726" }, "ResponseBody": { - "error": { - "code": "InvalidArgument", - "message": "At least one document is missing a Text attribute." + "displayName": "AnalyzeOperationBatchWithErrorTest", + "jobId": "2cf1a726-968a-4a40-9b44-4344fade14c5_637483392000000000", + "lastUpdateDateTime": "2021-02-08T16:30:45Z", + "createdDateTime": "2021-02-08T16:30:44Z", + "expirationDateTime": "2021-02-09T16:30:44Z", + "status": "partiallySucceeded", + "errors": [ + { + "code": "InvalidRequest", + "message": "Job task parameter value InvalidVersion is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01.", + "target": "#/tasks/keyPhraseExtractionTasks/1" + } + ], + "tasks": { + "details": { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:30:45Z" + }, + "completed": 1, + "failed": 1, + "inProgress": 0, + "total": 2, + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:30:45.4662245Z", + "results": { + "documents": [ + { + "id": "0", + "keyPhrases": [ + "Subject", + "ibuprofen" + ], + "warnings": [] + }, + { + "id": "1", + "keyPhrases": [ + "panic", + "psychosis", + "delirium", + "irregular heartbeat", + "heart failure" + ], + "warnings": [] + } + ], + "errors": [ + { + "id": "2", + "error": { + "code": "InvalidRequest", + "message": "Invalid document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2020-07-01" + } + }, + { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:30:45.4662245Z", + "results": { + "documents": [], + "errors": [], + "modelVersion": "" + } + } + ] } } } @@ -65,6 +205,6 @@ "Variables": { "RandomSeed": "2105007868", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTestAsync.json index dd47d46c266f..5d56601f11a9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithErrorTestAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", - "Content-Length": "410", + "Content-Length": "460", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1b0e658d0b9e6d449a79dc8da51133f5-5fff3ca2afa41a4c-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201112.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-d9dc90dc3e444f43b934e6420e7b36e1-8dba0f5eec2bef48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e97bbbcf82adc1bcfc469a941c1a1f32", "x-ms-return-client-request-id": "true" }, @@ -39,25 +39,223 @@ "parameters": { "model-version": "latest" } + }, + { + "parameters": { + "model-version": "InvalidVersion" + } } ] }, "displayName": "AnalyzeOperationBatchWithErrorTest" }, - "StatusCode": 400, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "6ab9eb7b-21e8-47c5-a403-9938850bdd18", + "Date": "Mon, 08 Feb 2021 16:36:18 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2254" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f5de274f64483fa962594be7359ef698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "304999f5-2950-41f1-af4c-d80e06f5de23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 08 Feb 2021 16:36:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "125" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationBatchWithErrorTest", + "jobId": "a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000", + "lastUpdateDateTime": "2021-02-08T16:36:16Z", + "createdDateTime": "2021-02-08T16:36:16Z", + "expirationDateTime": "2021-02-09T16:36:16Z", + "status": "notStarted", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:16Z" + }, + "completed": 0, + "failed": 0, + "inProgress": 0, + "total": 0 + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4b4fcf12eb12dad73eb83948f92dcc69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef5fce97-32c2-48b0-a447-2996240f4eae", + "apim-request-id": "e9176617-e305-41b2-afb8-f575f940f604", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 12 Nov 2020 19:27:10 GMT", + "Date": "Mon, 08 Feb 2021 16:36:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "382" }, "ResponseBody": { - "error": { - "code": "InvalidArgument", - "message": "At least one document is missing a Text attribute." + "displayName": "AnalyzeOperationBatchWithErrorTest", + "jobId": "a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000", + "lastUpdateDateTime": "2021-02-08T16:36:20Z", + "createdDateTime": "2021-02-08T16:36:16Z", + "expirationDateTime": "2021-02-09T16:36:16Z", + "status": "running", + "errors": [ + { + "code": "InvalidRequest", + "message": "Job task parameter value InvalidVersion is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01.", + "target": "#/tasks/keyPhraseExtractionTasks/1" + } + ], + "tasks": { + "details": { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:20Z" + }, + "completed": 0, + "failed": 1, + "inProgress": 1, + "total": 2, + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:20.6177663Z", + "results": { + "documents": [], + "errors": [], + "modelVersion": "" + } + } + ] + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "faf1e8be4fb56b9b123c875336d58b5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "294e7fb7-d308-4ad9-982e-e98761353f41", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 08 Feb 2021 16:36:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "408" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationBatchWithErrorTest", + "jobId": "a3ddf9b0-946d-4d42-860b-66b9d4e64c8b_637483392000000000", + "lastUpdateDateTime": "2021-02-08T16:36:20Z", + "createdDateTime": "2021-02-08T16:36:16Z", + "expirationDateTime": "2021-02-09T16:36:16Z", + "status": "partiallySucceeded", + "errors": [ + { + "code": "InvalidRequest", + "message": "Job task parameter value InvalidVersion is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01.", + "target": "#/tasks/keyPhraseExtractionTasks/1" + } + ], + "tasks": { + "details": { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:20Z" + }, + "completed": 1, + "failed": 1, + "inProgress": 0, + "total": 2, + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:20.6177663Z", + "results": { + "documents": [ + { + "id": "0", + "keyPhrases": [ + "Subject", + "ibuprofen" + ], + "warnings": [] + }, + { + "id": "1", + "keyPhrases": [ + "panic", + "psychosis", + "delirium", + "irregular heartbeat", + "heart failure" + ], + "warnings": [] + } + ], + "errors": [ + { + "id": "2", + "error": { + "code": "InvalidRequest", + "message": "Invalid document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2020-07-01" + } + }, + { + "name": "AnalyzeOperationBatchWithErrorTest", + "lastUpdateDateTime": "2021-02-08T16:36:20.6177663Z", + "results": { + "documents": [], + "errors": [], + "modelVersion": "" + } + } + ] } } } @@ -65,6 +263,6 @@ "Variables": { "RandomSeed": "1707937123", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomain.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomain.json index e5f40088b2e2..d0709a048be9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomain.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomain.json @@ -8,7 +8,8 @@ "Content-Length": "345", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-000777fe36546e4a824548a9aa1c5634-45d058e848d9bc42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cfe8e2f8ee3911d883f149c5ba708a25", "x-ms-return-client-request-id": "true" }, @@ -37,49 +38,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7f73f573-6055-4476-9530-e4127ad48983", - "Date": "Fri, 15 Jan 2021 21:56:52 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", + "apim-request-id": "d3087081-3bc5-4dd1-a109-f939e70ea6a3", + "Date": "Sat, 06 Feb 2021 03:40:07 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "218" + "x-envoy-upstream-service-time": "917" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0af6547e6d21f99df5e133f9fb1abff6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6e4fdde9-1a50-4b41-b6a0-33b378731d71", + "apim-request-id": "fd76b9b2-0069-4f53-8363-7ed0aabd6d0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:52 GMT", + "Date": "Sat, 06 Feb 2021 03:40:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "445" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:52Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:06Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:52Z" + "lastUpdateDateTime": "2021-02-06T03:40:06Z" }, "completed": 0, "failed": 0, @@ -89,38 +90,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1ffe04ae50f965a11f4bc1da8e14f022", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0dfddc63-7296-4e49-b754-3ef1fc4f1b67", + "apim-request-id": "aff28b3d-6942-4c38-b61f-a47ebd1bee2a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:54 GMT", + "Date": "Sat, 06 Feb 2021 03:40:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "2110" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -130,38 +131,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1647a062e0a88b5844efda57badf1569", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c29810ab-5fbc-4729-be35-22bf40744ab7", + "apim-request-id": "de785ea8-4487-4530-91d8-21759b711f53", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:55 GMT", + "Date": "Sat, 06 Feb 2021 03:40:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -171,38 +172,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b61653316b722e2cb391ead5abc26ae0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40b7e88d-09b4-4a54-a7ec-984346523e1b", + "apim-request-id": "524530d7-a233-40f7-9b1c-6f4fde15f9e2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:57 GMT", + "Date": "Sat, 06 Feb 2021 03:40:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1083" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -212,38 +213,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5a9611f1a9d2cd4dab72da09754aaa40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad3a2cb8-b3de-481b-b389-bd3abc6462fd", + "apim-request-id": "8b0c4760-b10d-4754-b7c7-0da906b80951", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:58 GMT", + "Date": "Sat, 06 Feb 2021 03:40:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -253,38 +254,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3ba9583539fdf7af74196317f682e081", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a7eef74-8d7e-4e92-a203-0fcc9dd987e1", + "apim-request-id": "a854a291-63e8-484d-96b6-0a600f1276dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:56:59 GMT", + "Date": "Sat, 06 Feb 2021 03:40:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -294,38 +295,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a966f984bb48889605490aff9122b869", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "923516fc-065e-436e-9e24-7deb2b49f388", + "apim-request-id": "79b7361c-9fe2-45e7-ab29-513ce6049fa9", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:01 GMT", + "Date": "Sat, 06 Feb 2021 03:40:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -335,38 +336,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "52a0a9e62e19b7e3619fe5b94536d629", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3974fb4b-0d2d-426b-b801-76fe3088c3b9", + "apim-request-id": "aa3f6ce1-0b9a-4848-97e6-0dc99ca6c45a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:02 GMT", + "Date": "Sat, 06 Feb 2021 03:40:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "86" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -376,38 +377,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7c84589201e47af8c22036b42eb06652", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9366636-65b1-4dab-9832-a4ebc4022052", + "apim-request-id": "9976284c-d02e-461f-80fa-ea4fce164bf4", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:03 GMT", + "Date": "Sat, 06 Feb 2021 03:40:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -417,38 +418,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4c31fa618de2566816ae47a9d5dc42cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10c0df89-51a6-4903-8383-6ff549f7ef7b", + "apim-request-id": "3578615a-87bb-4eaa-a4c4-3dd85dd6a2ba", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:04 GMT", + "Date": "Sat, 06 Feb 2021 03:40:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -458,38 +459,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "386ce1723b9de485b12590f8f82e88b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4af14c32-d55c-4fd9-aa80-112b07044663", + "apim-request-id": "24fc6bf0-fbef-4816-bc4a-7644095c1003", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:06 GMT", + "Date": "Sat, 06 Feb 2021 03:40:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "1390" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -499,38 +500,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4b5893388a040546f02e6635b94ea5e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e90dee10-234d-43ae-ba23-ad0699b9fe23", + "apim-request-id": "dce8425b-8343-4e7c-98dd-d66d115746e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:07 GMT", + "Date": "Sat, 06 Feb 2021 03:40:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -540,38 +541,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4d4166de2e4325b5754c9abcfc6f5de7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b62c674-19cf-41ab-8e6b-4e1052342565", + "apim-request-id": "465f5a03-0d20-4222-a320-7709b2057bb5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:08 GMT", + "Date": "Sat, 06 Feb 2021 03:40:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "879" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -581,38 +582,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "41709625f784e8cb9b67476ed54f2b62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "978597ce-27e2-474a-a698-b47e4039edf9", + "apim-request-id": "04a65743-e25c-4ab9-a1dd-c540e92f7a86", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:09 GMT", + "Date": "Sat, 06 Feb 2021 03:40:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -622,38 +623,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "921aaa803bed0a6edd33d6b7ef8a0880", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "493bc56c-4c89-4f40-95df-3c13056ccfad", + "apim-request-id": "2c18d05e-b897-4de2-bcd1-799d3978aba7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:10 GMT", + "Date": "Sat, 06 Feb 2021 03:40:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -663,38 +664,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "220f7ed163dee7609b59b2dbe6464f25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a2df2b5-be87-4d84-b269-ca7367ef3994", + "apim-request-id": "0bd77cfe-29d8-491c-8ff3-8c0a627c3a8d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:12 GMT", + "Date": "Sat, 06 Feb 2021 03:40:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -704,38 +705,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "513b3721cb55eafa286564512013f810", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "88e02120-0798-4572-ae9d-9478999c94cc", + "apim-request-id": "3b05d4b9-efa6-49a4-953a-bea5e43777d0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:13 GMT", + "Date": "Sat, 06 Feb 2021 03:40:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -745,38 +746,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "569dc65e083f1d844a33f69389922497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "408921e8-2751-4d92-a555-a450709927e4", + "apim-request-id": "30eb57dc-638e-4a6c-a720-ebd978c83d7e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:14 GMT", + "Date": "Sat, 06 Feb 2021 03:40:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -786,38 +787,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b795b0e3b74e062b8425fa78ff0fc687", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "566e50b7-9f9c-4dcb-ac32-bb7d65a53d94", + "apim-request-id": "3280d331-6101-4182-bd55-e67579fc0cf9", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:15 GMT", + "Date": "Sat, 06 Feb 2021 03:40:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "1279" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -827,38 +828,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1f7da160f8a919e6b31e0721d4676096", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fcef7bd7-dfaa-4aef-85b1-c1385957e76c", + "apim-request-id": "1b213c69-5d71-4e33-a62d-89f5a0499e3d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:17 GMT", + "Date": "Sat, 06 Feb 2021 03:40:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -868,38 +869,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "706dcc41417da7c29b97d2190d0c1e3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "246c3c9b-ee8d-42fc-9e25-03b75b488382", + "apim-request-id": "8ac26eb2-702b-4715-86aa-2d64222c9c6f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:18 GMT", + "Date": "Sat, 06 Feb 2021 03:40:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -909,38 +910,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e8326f6d0514ebedca7c0430af09311d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9236aa17-cc99-4833-99db-ee348aaf8fd7", + "apim-request-id": "b02ab677-21bd-4548-b508-ada18db9d844", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:19 GMT", + "Date": "Sat, 06 Feb 2021 03:40:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -950,38 +951,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "323763c556a21f09ded5841225cc0ba7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b61ab14-5422-4b2c-ba9c-27cc3ca77890", + "apim-request-id": "8eef2b00-748c-450d-8306-167691df75c3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:20 GMT", + "Date": "Sat, 06 Feb 2021 03:40:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -991,38 +992,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "64b4cdff78343c81df81a6013c91f891", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5934504e-4a5b-48b1-a106-f1db031f245f", + "apim-request-id": "aa9277bb-588c-43e1-bd19-b4eb241a3ddf", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:21 GMT", + "Date": "Sat, 06 Feb 2021 03:40:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1032,38 +1033,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "aa54b565ecd417976513093e80dbc5fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5ec5cf7-e352-4c03-ab94-c08c429ebb26", + "apim-request-id": "9953f36c-47f8-4a68-8348-7bca7a8f3dd3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:23 GMT", + "Date": "Sat, 06 Feb 2021 03:40:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "64" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1073,38 +1074,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e2305d70cc544ce8e2fa5220af07e24c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5b0b1d4-93df-4e4d-b3f7-001b4b97d49c", + "apim-request-id": "fb7195ae-b3a3-42f5-8aa8-9f15fea5112e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:24 GMT", + "Date": "Sat, 06 Feb 2021 03:40:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1114,38 +1115,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "70acf2dd617813d2359dff216e43bb04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "838b3178-a105-48c1-84fe-6d121e799843", + "apim-request-id": "2a82f1ff-cda7-4a70-912b-cacfb415a680", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:25 GMT", + "Date": "Sat, 06 Feb 2021 03:40:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1155,38 +1156,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df91a9bb1561983ccc07c8da9977675d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90c9b226-f671-4675-b469-5b2a0b875593", + "apim-request-id": "de1eaee6-8c29-4a8e-9313-433ea9c23954", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:26 GMT", + "Date": "Sat, 06 Feb 2021 03:40:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1196,38 +1197,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8e60bc30552e0e848b1cacb7cdc7dd9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42a2e4d9-545f-40f3-86d4-fec305461343", + "apim-request-id": "f2a68efa-2631-4e33-99e9-f643757d5a26", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:27 GMT", + "Date": "Sat, 06 Feb 2021 03:40:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1237,38 +1238,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "06654e3f0376c7ebb614a37099f87abe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d75b3a36-4a02-47fe-843c-d58536b3c29e", + "apim-request-id": "cc52a483-cd17-463c-8833-053a10b07edb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:29 GMT", + "Date": "Sat, 06 Feb 2021 03:40:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "751" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1278,38 +1279,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b2f0a1362de265d5248254446985cb04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e93e9d2-af19-4ab9-9a49-f35ad1d05b71", + "apim-request-id": "b9db6e9a-976d-4a3a-88c4-9fa23c71a0d7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:30 GMT", + "Date": "Sat, 06 Feb 2021 03:40:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1319,38 +1320,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4a9a282a60112de7d198d81ab1147592", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c305c783-6db6-4e12-ae62-392cf8dc5210", + "apim-request-id": "fef434c8-5804-4748-814c-e4f9a1ae3a1e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:31 GMT", + "Date": "Sat, 06 Feb 2021 03:40:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1360,38 +1361,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2b80eea22bd612bc78ffe2f3aea65e30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d41ea1db-b1fe-4468-a9ea-a264bcaf5548", + "apim-request-id": "800f5561-1589-4842-af39-127c4d0a68de", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:32 GMT", + "Date": "Sat, 06 Feb 2021 03:40:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1401,38 +1402,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "70459f492f5dd6acbac3e14954bbb40f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3fb49631-feae-4600-bf29-944e040015e7", + "apim-request-id": "31c8e03c-7dcc-49cf-96f2-1c2ab005a5fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:33 GMT", + "Date": "Sat, 06 Feb 2021 03:40:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1442,38 +1443,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7aa2c10d9f04ff2e6c88d2127df37e2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afde8370-4525-4b7b-af95-947412dcde7b", + "apim-request-id": "043a9ac3-bc0e-4910-abdf-b7851a6aae67", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:35 GMT", + "Date": "Sat, 06 Feb 2021 03:40:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1483,38 +1484,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "12d1a73a04ce733541aa71124973bdbc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f53688d0-b3c4-49df-b292-5b1d5ae05206", + "apim-request-id": "8af8da47-5593-4bc8-96ef-a56a088cdb9f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:36 GMT", + "Date": "Sat, 06 Feb 2021 03:40:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1524,38 +1525,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ede6d34be304a92c704604d55d9a58c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a82c8fd-d384-4b9e-8f80-2fdd061c6706", + "apim-request-id": "4644336a-2a16-4b30-9b13-0a020d464d08", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:37 GMT", + "Date": "Sat, 06 Feb 2021 03:40:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1565,38 +1566,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ad0eb645a1ea09408c2f395a2d1bb5f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9fa616c9-f3f5-4146-8d62-7c3b97e72749", + "apim-request-id": "70263e17-ad40-4a9e-8d9f-e100c75f156e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:38 GMT", + "Date": "Sat, 06 Feb 2021 03:40:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1606,38 +1607,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "aac615ca910d56257b27a187ff5f15a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aaaf2579-ce76-42fc-8e9a-f0448e87b93c", + "apim-request-id": "5428ec5f-bb55-415d-8e8a-d253721201e2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:39 GMT", + "Date": "Sat, 06 Feb 2021 03:41:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "1327" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1647,38 +1648,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "93cdab521065aad192dc60d5aad17c55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4100817d-6786-449e-b36a-b50a954828f4", + "apim-request-id": "d43240e0-f37a-4f49-a188-abe5cf10b71f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:41 GMT", + "Date": "Sat, 06 Feb 2021 03:41:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1688,38 +1689,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "470b0c91add3b4b891b832c3ffb8092c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb6129c0-8e3d-48ba-bd3d-0b4913a93483", + "apim-request-id": "706e67ee-442a-4fef-8fa1-27eaa08e03a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:42 GMT", + "Date": "Sat, 06 Feb 2021 03:41:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1729,38 +1730,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "82089119214eba93431c18303050aca9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72ecf161-3628-44b3-ab7c-f37ba0dcb093", + "apim-request-id": "3f78be30-50d8-44c9-976c-93ec8dfb9d40", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:43 GMT", + "Date": "Sat, 06 Feb 2021 03:41:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1770,38 +1771,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f3f64caace54a4d3f21801addd0eabd9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5a694e1-9813-4ff3-abf0-e6b856beafa2", + "apim-request-id": "4d7e2b1b-5360-4741-8b38-16aa5075f0c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:44 GMT", + "Date": "Sat, 06 Feb 2021 03:41:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1811,38 +1812,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "18bc34d3fac96f07795003b695878341", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebef5808-06cc-4c9d-857a-c5751e6dcbf7", + "apim-request-id": "2800f053-9eca-434e-be09-6a54e259a6f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:45 GMT", + "Date": "Sat, 06 Feb 2021 03:41:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1852,38 +1853,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b218890b15c24ad7be638f3520e6dc35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8f4164c-c009-4822-a7d4-d671a7d58691", + "apim-request-id": "6e9f19c2-15a8-4fa8-95fe-78a78f3ec105", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:47 GMT", + "Date": "Sat, 06 Feb 2021 03:41:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "536" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1893,38 +1894,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fc5d3e719393b0df45867a04ca1c0e6a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da511042-9db5-448a-893b-c6bd987fa4ea", + "apim-request-id": "f446ffdd-7fae-4b0b-824c-c409c860f2ba", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:48 GMT", + "Date": "Sat, 06 Feb 2021 03:41:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1934,38 +1935,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "54a1c094f8f5be175c715a656ad14f92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92b1c382-420a-48f3-9c33-7beba17852fe", + "apim-request-id": "a42f0df3-a3f7-4c26-9a38-8847793c8ed2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:49 GMT", + "Date": "Sat, 06 Feb 2021 03:41:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -1975,38 +1976,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5745cd74872a78ada9676d3c9ad37fa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89512a53-c376-40aa-961c-e195a1d02e9f", + "apim-request-id": "fb5549f3-7deb-4785-a95a-3a90d2058fec", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:50 GMT", + "Date": "Sat, 06 Feb 2021 03:41:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2016,38 +2017,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5fa0245588447940279e9f2239794674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98802100-65a8-4d2a-a2af-c7ad2e6559ec", + "apim-request-id": "a116f1a3-3d7d-48f0-9929-24c4c85b7c19", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:51 GMT", + "Date": "Sat, 06 Feb 2021 03:41:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2057,38 +2058,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fd90e736b7d70d3f1329aa8d8bda2389", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1bb249a2-eac4-4b76-a0a8-7fc5ab8c5b8a", + "apim-request-id": "24486517-89a4-413d-913f-661ab2bcdeae", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:54 GMT", + "Date": "Sat, 06 Feb 2021 03:41:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "148" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2098,38 +2099,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4510b9f1f030eb4d8dcc308be88b3e30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2fc0121-5358-4b97-b2c4-c50d7c588c6c", + "apim-request-id": "390b0a87-aca6-4cd5-9342-dce499bf7054", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:55 GMT", + "Date": "Sat, 06 Feb 2021 03:41:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2139,38 +2140,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b305f92182439dc9e4934b1bddb2ed4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdbddf71-ce24-4b2d-aed8-1c054c5f8d98", + "apim-request-id": "3cb5c3a5-fd5a-45a9-91f4-d3fc7645e979", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:56 GMT", + "Date": "Sat, 06 Feb 2021 03:41:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2180,38 +2181,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7f30167b0168464399a46f0b87b42488", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "397877ab-6b18-4541-9454-a961157d1278", + "apim-request-id": "bbf0a25b-ffdc-46b2-92b7-6986bc7e058e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:57 GMT", + "Date": "Sat, 06 Feb 2021 03:41:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2221,38 +2222,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "926c7aea70d56f45ef72609da4320edb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3e94e72-0e4a-4e39-a38c-bd9b8b4038f4", + "apim-request-id": "f9ac484f-5666-4f97-abd0-7326dec79630", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:58 GMT", + "Date": "Sat, 06 Feb 2021 03:41:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2262,38 +2263,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d210e3debe5b20c7b5bf199f13bd1630", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da6a92cc-0419-4280-92a9-a2efe8869a82", + "apim-request-id": "937510a4-2f74-40a5-a772-50d0424a622d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:57:59 GMT", + "Date": "Sat, 06 Feb 2021 03:41:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2303,38 +2304,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6331c36e5b460b76d0c190f6a0a5a167", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0bc69634-617f-45a6-addc-79724e99b05a", + "apim-request-id": "f85a9c16-455c-4c78-9ded-91d6106e685a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:01 GMT", + "Date": "Sat, 06 Feb 2021 03:41:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2344,38 +2345,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a32d949552a32b2db24bdc1656a65b31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29ce0d6a-09cc-424a-970a-b410db3b8616", + "apim-request-id": "29b50ae1-045f-445d-84a1-445d6f0e0b81", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:02 GMT", + "Date": "Sat, 06 Feb 2021 03:41:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2385,38 +2386,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e12e2f5caa0082946d05019a2ed17f10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30ab9b4a-56cd-44ca-b764-38be19afee4b", + "apim-request-id": "f620a47e-0e1d-41bc-a1e1-585e4cd3f10c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:03 GMT", + "Date": "Sat, 06 Feb 2021 03:41:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "64" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2426,38 +2427,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7f09b11d72901c8d9606b0fa7e60b42a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f65489b1-76e6-407e-8a3c-0a1f7d25a0e5", + "apim-request-id": "ade01b99-ec19-4f95-b309-211897b3ceeb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:04 GMT", + "Date": "Sat, 06 Feb 2021 03:41:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-envoy-upstream-service-time": "64" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2467,38 +2468,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "71995e65c077eb67ffaa369e5093fce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b123e65-7a43-4f05-9078-63ae1b9c7c4a", + "apim-request-id": "5e3adc9a-5385-4821-aac9-a20920a1684e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:05 GMT", + "Date": "Sat, 06 Feb 2021 03:41:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2508,38 +2509,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a5f8ccccdc9ce9a1a1124bf9f99a040c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3777ef0b-0072-40ff-93cf-d686384cdb7b", + "apim-request-id": "5fcdc297-d626-4a32-ba7c-a4200ca04470", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:07 GMT", + "Date": "Sat, 06 Feb 2021 03:41:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2549,38 +2550,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d034d7510e375d994a1e7fe63cefcb03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad9a581e-a11a-4d37-887f-a9316615dc64", + "apim-request-id": "8c72b65b-1eaa-403e-9c2e-1f463d334ea7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:08 GMT", + "Date": "Sat, 06 Feb 2021 03:41:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2590,38 +2591,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b22ecf0a0e67888dbdb0cf65756df164", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a9b77573-262f-4282-a800-61ce42fac6bc", + "apim-request-id": "8225f3c3-3d4c-41f7-a5f9-35500f18cc66", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:09 GMT", + "Date": "Sat, 06 Feb 2021 03:41:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2631,38 +2632,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "794d29a62c5ebda9339b5b7e5cbaacb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f25a70e-547d-4ea3-bf8c-d1d3bcbe0fce", + "apim-request-id": "9add21a6-d25a-47dc-92f8-e65d055d9417", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:10 GMT", + "Date": "Sat, 06 Feb 2021 03:41:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2672,38 +2673,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "29ef4846516c42a549ac12863f33e8dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4b0de40-aeda-4f0f-92c6-04be2967ec6d", + "apim-request-id": "42418677-bae3-48b2-af14-ddc5582509d9", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:11 GMT", + "Date": "Sat, 06 Feb 2021 03:41:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2713,38 +2714,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "12401b2c51a2dda425707fcbb30f2b02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "db049aca-6c71-47f8-adce-29956ed2928f", + "apim-request-id": "b89ba536-7d84-462a-b98d-b27650ee96e7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:13 GMT", + "Date": "Sat, 06 Feb 2021 03:41:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2754,38 +2755,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2c1e1c03c77d54f8840a30b119237eff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5cfba11b-6c60-43b1-972d-efc655708a3d", + "apim-request-id": "2e3d45fe-20a3-4404-92e5-b38eddadf7be", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:14 GMT", + "Date": "Sat, 06 Feb 2021 03:41:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2795,38 +2796,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "41517eb39a7af410a31103fcd2d98e39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6958d6bd-dd29-4496-a10d-5a4323c83392", + "apim-request-id": "cfcfe05d-a1c1-43c1-9ed9-21f33b238f8c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:15 GMT", + "Date": "Sat, 06 Feb 2021 03:41:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2836,38 +2837,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "22821080bb15655e22eb8e9721f2c402", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8120a17-2fb4-44c7-90a7-9dfe6d5d77d0", + "apim-request-id": "d2c1acb6-a1b5-4b05-85c1-2cf7f3044f1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:16 GMT", + "Date": "Sat, 06 Feb 2021 03:41:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2877,38 +2878,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "341880f1eabe69880c29896cc3fc82aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad0c8aae-c7ba-4499-8137-5da99d47453c", + "apim-request-id": "7ba99304-9464-45e7-9196-44f3b0d448fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:17 GMT", + "Date": "Sat, 06 Feb 2021 03:41:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2918,38 +2919,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0831f67c5ca0f7e920ec1e8e0b78d3b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7fa9ae3-39e1-4669-95a7-38086af3a468", + "apim-request-id": "914404c7-effd-4d18-b59b-c220e4a7945d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:19 GMT", + "Date": "Sat, 06 Feb 2021 03:41:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -2959,38 +2960,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "520a014c59c1967b871815eb31f2a126", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fcf8fad5-760a-438e-9d08-a5da58021c97", + "apim-request-id": "62ec9b6f-7397-4691-bcc8-9324e90f351d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:20 GMT", + "Date": "Sat, 06 Feb 2021 03:41:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3000,38 +3001,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2b1ae469bbc19462962014d1cbfa5e93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3eae3cc-045b-4b2d-9a8e-18be0a711bef", + "apim-request-id": "3352607c-a982-4a0c-a120-e8b50c83ecf1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:21 GMT", + "Date": "Sat, 06 Feb 2021 03:41:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3041,38 +3042,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c21fd95630f122e97a9b818746fec62e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78a3beb2-3ec3-4e88-8024-0e2cd06a6f89", + "apim-request-id": "a5c9d885-dd8e-43b8-b885-4fcffd255a4a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:23 GMT", + "Date": "Sat, 06 Feb 2021 03:41:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3082,38 +3083,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2725f84aa75d91ef9e76bba045aaca8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ea4576c-7419-4f3f-a0c5-9b265cea3f30", + "apim-request-id": "c351985e-9c9d-4c02-bf82-5bf6a4d8c439", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:24 GMT", + "Date": "Sat, 06 Feb 2021 03:41:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3123,38 +3124,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "589582baded33935faf8b0263ada4d98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd252259-2a1d-42df-975d-f8bfd5f30fb0", + "apim-request-id": "b32a8130-7061-4409-af61-2e4367d5cfca", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:25 GMT", + "Date": "Sat, 06 Feb 2021 03:41:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3164,38 +3165,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d386e55a36d4ae35e98e237b7449ddd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "412f03a1-67a7-49a1-bdc1-cf59451a3245", + "apim-request-id": "eb9bfd58-1c12-43d8-b19b-c11245ad11d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:27 GMT", + "Date": "Sat, 06 Feb 2021 03:41:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3205,38 +3206,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c4cdf3d06d686c5bc3ec2c65f7c956c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "528668ed-34b3-4a62-96e1-777632031736", + "apim-request-id": "2b5b7b0a-dbfc-4fed-9b1a-914257787725", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:28 GMT", + "Date": "Sat, 06 Feb 2021 03:41:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3246,38 +3247,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5f452328f72383b84ce66e44bab9c4b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be7782f4-b454-47cb-939c-bd561b567690", + "apim-request-id": "3c17dbfc-9133-42dd-a6f0-6585fd60b8db", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:29 GMT", + "Date": "Sat, 06 Feb 2021 03:41:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3287,38 +3288,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4655e01b890ded2f8a1a0fe80acfb720", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4cc61a38-be3f-463b-a38c-33749afc2f50", + "apim-request-id": "78e634f9-7723-4bcb-b430-fc499f1c5d9f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:30 GMT", + "Date": "Sat, 06 Feb 2021 03:41:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3328,38 +3329,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "505260377d03d8ad3b497782fe16b109", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "594a55a7-0f6a-4dd7-ab63-416d64c50586", + "apim-request-id": "f7ce043e-936f-4b99-bf2f-11f169f47835", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:31 GMT", + "Date": "Sat, 06 Feb 2021 03:41:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3369,38 +3370,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "174a7b270f739fb5f458d508e7cf797c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c86b2f9f-dd69-418f-a5b5-c8c2933d1101", + "apim-request-id": "88433b3f-0879-452f-a2c9-d1e9fda410f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:32 GMT", + "Date": "Sat, 06 Feb 2021 03:41:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3410,38 +3411,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5a0d4d2f73679dae327c0bc411adee74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0133b4cd-45b9-49ad-a614-96a786e6e754", + "apim-request-id": "d0abba75-e32a-4c69-b199-69ad187a2452", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:33 GMT", + "Date": "Sat, 06 Feb 2021 03:41:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3451,38 +3452,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8ec10668a08527adaab35caba8a4f16b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "99b46ef7-bddd-4661-8481-de832f679126", + "apim-request-id": "707c9696-0901-41d7-a318-435c7244992e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:35 GMT", + "Date": "Sat, 06 Feb 2021 03:41:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3492,38 +3493,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b052fbd05708b3a2cdade4f604f18d46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d18b1c32-ea21-433e-89d5-0b15e16fcc08", + "apim-request-id": "7a3d9394-d8d9-4480-ba04-611c2e0d9876", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:36 GMT", + "Date": "Sat, 06 Feb 2021 03:41:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3533,38 +3534,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e19f6069ea0e8ff7a0e5b0b31702f58e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d5cb23e-f43a-4813-94c7-d9bbf2ad362d", + "apim-request-id": "8ea03d53-e956-41f3-a93a-25c825e62505", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:37 GMT", + "Date": "Sat, 06 Feb 2021 03:42:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3574,38 +3575,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "16f39f8b3d5a116b640dc1d8bbb623b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a51cb115-52f6-4754-ae0c-110f516c69f8", + "apim-request-id": "6102a23b-824c-4e92-b1e6-31e11e88742c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:38 GMT", + "Date": "Sat, 06 Feb 2021 03:42:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3615,38 +3616,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "474115251004e55c03c31023a6ee9cca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "886531f1-4df1-40eb-9197-6554562cc869", + "apim-request-id": "7dcaf22e-109f-4000-beb3-74a0b9a0e0c6", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:40 GMT", + "Date": "Sat, 06 Feb 2021 03:42:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3656,21 +3657,21 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "646b55b777fd2cecf58e7c01291fd3e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4172df2-1873-440d-bd6a-ac3545ee98a7", + "apim-request-id": "2855a0d4-2b3f-45ca-b64b-d1e7ee9e1fe5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:41 GMT", + "Date": "Sat, 06 Feb 2021 03:42:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", @@ -3678,16 +3679,16 @@ }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3697,38 +3698,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "018ef7c2adc17b89430e12972d486a75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d1c88b7-4973-47fd-899e-0e46c1c25f63", + "apim-request-id": "f7775f08-c4b9-4efd-8d68-3367c9c72273", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:42 GMT", + "Date": "Sat, 06 Feb 2021 03:42:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3738,38 +3739,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6520f670be4aadba29155276935bbbe3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0d4500d-452d-41d9-a907-803f73ad0e0f", + "apim-request-id": "cd5f7380-6459-48ea-931b-cfe328b51089", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:43 GMT", + "Date": "Sat, 06 Feb 2021 03:42:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3779,38 +3780,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "af6026ef9b600a08ccf021ef6454fead", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f2c2a138-08bc-469a-bb86-7afa5ece88a8", + "apim-request-id": "5ac6a305-7acc-42bb-965c-bed66b96f331", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:44 GMT", + "Date": "Sat, 06 Feb 2021 03:42:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3820,38 +3821,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "329006236dff039f3de0d7ac5a13e8e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "819d51a8-643f-4bf5-a87f-05a88f92e501", + "apim-request-id": "c06deca3-d398-4b42-a435-2e03305e0039", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:46 GMT", + "Date": "Sat, 06 Feb 2021 03:42:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3861,38 +3862,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "06a72f52bbe7d515ee15995a9dcb49d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4382a7fb-a9a5-4f2d-8f1b-f4dfbfa8da43", + "apim-request-id": "dd6cdf4d-c582-4f3e-8c89-1d222297b965", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:47 GMT", + "Date": "Sat, 06 Feb 2021 03:42:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3902,38 +3903,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8c53a51688ca81e4875d717fc45cafb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "882da9af-834f-43d0-b865-1a198f891458", + "apim-request-id": "c135627f-313a-4007-b85a-ff5ffee8a57c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:48 GMT", + "Date": "Sat, 06 Feb 2021 03:42:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3943,38 +3944,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "359c3808f8ad67c5f1bb44e9d4446572", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe25e66d-5674-4b8e-822d-5f676f03c6cf", + "apim-request-id": "8ab2aa27-a6e6-453f-9017-8dd2d5ca8279", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:49 GMT", + "Date": "Sat, 06 Feb 2021 03:42:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -3984,38 +3985,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b59602975bc0ca1d4a257f894a961191", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7a46f2e-6806-4749-8f0e-5332ceb46ea2", + "apim-request-id": "94584c5c-9559-4443-8d6f-da0be8fed1b1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:50 GMT", + "Date": "Sat, 06 Feb 2021 03:42:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 0, "failed": 0, @@ -4025,243 +4026,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6552e166132e1d28dfeb9b0e44faad42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6587942c-efe0-4879-a8b2-5891b83ef4f8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "54" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c2e8fff7fac6acf81ad2ea87783c1d5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "014b5071-618c-4801-bec0-632e63804b12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f283b3aa00f28343d978d6d4c00f8550", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7957c353-60c0-4442-b31f-75b2ce2580d0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4a913c774ead6bcbe9a54a5c28a0a4a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b17d388-cadb-44c6-9062-438ce2582d79", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:55 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "916440cebb76f74fbc64e84d2423eb0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "98ba3804-3284-4b4b-a440-93692f42f1ef", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3b0f9a4cd2aa5bade717094db6e65a39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c16575cd-9208-42d8-9009-77126dd41bed", + "apim-request-id": "f43527d5-a48a-449b-bbb6-7fc5c401bfc7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:58 GMT", + "Date": "Sat, 06 Feb 2021 03:42:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "116" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "33f97eb5-9568-463d-889c-3d428403bd08_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:56:53Z", - "createdDateTime": "2021-01-15T21:56:52Z", - "expirationDateTime": "2021-01-16T21:56:52Z", + "jobId": "ec6bdb15-fba0-43dc-9803-aaae985cf5c9_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:40:08Z", + "createdDateTime": "2021-02-06T03:40:06Z", + "expirationDateTime": "2021-02-07T03:40:06Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53Z" + "lastUpdateDateTime": "2021-02-06T03:40:08Z" }, "completed": 1, "failed": 0, @@ -4270,9 +4066,8 @@ "entityRecognitionPiiTasks": [ { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:56:53.1069892Z", + "lastUpdateDateTime": "2021-02-06T03:40:08.7853184Z", "results": { - "inTerminalState": true, "documents": [ { "redactedText": "A patient with medical id ******** whose phone number is ************ is going under heart surgery", diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomainAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomainAsync.json index be20f3619d59..7d14b3a4872f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomainAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationBatchWithPHIDomainAsync.json @@ -8,7 +8,8 @@ "Content-Length": "345", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-11583f660f6aae4293ce94d9f5c0cd6c-fc56735f5db7a14b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dbcf75b1d6cb24fdb41d742a5d142b0a", "x-ms-return-client-request-id": "true" }, @@ -37,49 +38,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "86164059-bc49-44bf-9a64-4c138b397f15", - "Date": "Fri, 15 Jan 2021 21:58:59 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", + "apim-request-id": "58e1ac78-405e-453b-a271-1d551f54f692", + "Date": "Sat, 06 Feb 2021 03:44:48 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "173" + "x-envoy-upstream-service-time": "243" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4c8042efa9b72511ebff89e389aea38e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ede0a87c-7033-474b-aadd-4c781df5cbfe", + "apim-request-id": "1282f38c-1655-4dc6-9cac-e7a8b21de427", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:58:59 GMT", + "Date": "Sat, 06 Feb 2021 03:44:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:58:59Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:48Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:58:59Z" + "lastUpdateDateTime": "2021-02-06T03:44:48Z" }, "completed": 0, "failed": 0, @@ -89,79 +90,79 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d874985d95266ebb9878278edaa670b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc5ede28-de7a-4b51-baef-e3fda22dec39", + "apim-request-id": "66b68111-4b86-4fae-9935-215912417700", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:00 GMT", + "Date": "Sat, 06 Feb 2021 03:44:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:48Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:48Z" }, "completed": 0, "failed": 0, - "inProgress": 1, - "total": 1 + "inProgress": 0, + "total": 0 } } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "75458861a56107e864a9f0cb4c199a06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dca947a-4845-45f9-a5f4-776b44d7fe79", + "apim-request-id": "922f14cc-a13d-40f2-862e-78916f1a2869", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:02 GMT", + "Date": "Sat, 06 Feb 2021 03:44:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -171,38 +172,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c4cce67952a059e38711b33f82834b45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32027f96-a4f6-4761-8acb-5ebc6a3f8859", + "apim-request-id": "a9734f58-6dc9-4550-b072-2fb801264bd8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:03 GMT", + "Date": "Sat, 06 Feb 2021 03:44:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -212,38 +213,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0182d08f2e68b82daf6c747ca5ef217e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "318484bb-b67c-48a9-9bd7-49189d9e955d", + "apim-request-id": "9e01898f-9134-41aa-8032-8625e7e87575", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:04 GMT", + "Date": "Sat, 06 Feb 2021 03:44:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -253,38 +254,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f31420deabd90f18a4ecee4ff1a985e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7cc89e3-9c6b-4547-89ea-bdbad808adda", + "apim-request-id": "65586837-05b9-4734-b7d8-0d071a82c078", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:05 GMT", + "Date": "Sat, 06 Feb 2021 03:44:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -294,38 +295,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7c3cab5e99974b9db9141433dd67b397", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e61bef50-99d0-4473-9537-1cff8aabbc80", + "apim-request-id": "e5a2e15c-cf95-4c2d-8f43-709d04909a07", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:06 GMT", + "Date": "Sat, 06 Feb 2021 03:44:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -335,38 +336,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "616034ef576ee36bb7725c7c40ddc605", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "719abc55-e1b4-4618-bafa-30bffd1ccf95", + "apim-request-id": "2b3c133a-7da9-43c3-89e3-a1768b6e87ab", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:08 GMT", + "Date": "Sat, 06 Feb 2021 03:44:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -376,38 +377,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fa1e93e7a5b345e782c93ac496e4323d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8596fdae-4457-4f48-b354-fcf14aed2b0d", + "apim-request-id": "a6e69a98-bf50-4815-86d9-38b538c57961", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:09 GMT", + "Date": "Sat, 06 Feb 2021 03:44:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -417,38 +418,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bc5f5738234907723f58c4243c200bdb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfb3bc26-051e-4cca-9386-d4e368dadc65", + "apim-request-id": "7884e74c-a7cf-4c5a-9650-15f3b56c691f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:10 GMT", + "Date": "Sat, 06 Feb 2021 03:44:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -458,38 +459,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "494c0e4db9494ae34d1bdea41ca64cd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "709dc6e8-c15c-4688-b116-9324eadb4ea0", + "apim-request-id": "aa5e2323-4f8e-44ea-a91a-7ca6ab147ffc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:11 GMT", + "Date": "Sat, 06 Feb 2021 03:45:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -499,38 +500,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e8441e400a7ec3bc2017ba5be0c20861", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5a0d548b-8b60-4a86-8e66-780c8ffdca6d", + "apim-request-id": "94a9cb7b-d141-4d95-8fa9-1837636b070f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:12 GMT", + "Date": "Sat, 06 Feb 2021 03:45:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -540,38 +541,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "88775fbee8987ff473156e2e45cdea98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5e7bab4-0155-41b1-9dfb-e2cf6634219d", + "apim-request-id": "562d9bb1-14ca-4dab-b818-843f72e69f4a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:14 GMT", + "Date": "Sat, 06 Feb 2021 03:45:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -581,38 +582,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1de4f20b22dc435d52892831fe88698a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "297f4f96-d417-469a-be08-0cccbfb8a442", + "apim-request-id": "74b39970-1497-476a-96a2-4774eed63738", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:15 GMT", + "Date": "Sat, 06 Feb 2021 03:45:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -622,38 +623,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bce67c12c42f583a2ac475689b8e7e53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8273790c-ee8c-4328-8a13-894156814b62", + "apim-request-id": "8cbfd50c-5ac3-4b84-9a1c-02a796ba3231", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:16 GMT", + "Date": "Sat, 06 Feb 2021 03:45:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -663,38 +664,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ee4f222cebde9c850234350ebfc281ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae4117fc-ef16-42c2-8124-02685943a6bb", + "apim-request-id": "66433c00-53d1-4f6d-912d-8f098d4e7b56", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:17 GMT", + "Date": "Sat, 06 Feb 2021 03:45:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -704,38 +705,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c81ce4ab2de74668b78bf218acf4a7c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "131df511-5d98-4940-8808-846afacbbe6c", + "apim-request-id": "4f8b3304-c9d6-498c-8741-a84ed050c3f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:18 GMT", + "Date": "Sat, 06 Feb 2021 03:45:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -745,38 +746,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "db05d50a7b3926acf74abafb8f2b9868", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "443fb113-01f6-4eb7-9dc2-80c777990620", + "apim-request-id": "a74a81ce-485e-4da3-9292-516d5527b6f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:20 GMT", + "Date": "Sat, 06 Feb 2021 03:45:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "155" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -786,38 +787,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b7bd8a43b672fe6bb9083652f86cef0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "461e697e-0b8e-4b06-9cff-f74055376eee", + "apim-request-id": "e5614b8f-1464-4522-9a3f-9085f1d325f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:21 GMT", + "Date": "Sat, 06 Feb 2021 03:45:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -827,38 +828,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e903718ca5bc2fb137f5d09d736db78b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2394a65-0bcc-4375-a503-a1d9fbc74c62", + "apim-request-id": "67bd955b-3286-46f2-8045-38cf1189bdf2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:23 GMT", + "Date": "Sat, 06 Feb 2021 03:45:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -868,38 +869,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "21d58af3ef3754516a06223045592e8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb7241f7-f2d6-4d35-baf6-ffec3e176227", + "apim-request-id": "55419a7b-e173-4ad9-9069-155956f1636d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:24 GMT", + "Date": "Sat, 06 Feb 2021 03:45:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -909,38 +910,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1d6fac5aaf289dabd98d7f7de5ce8b4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91601351-a82c-44ca-b7fd-75ea74678cf0", + "apim-request-id": "8bf1cfc2-332e-43f1-b281-5e39ac8b637b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:25 GMT", + "Date": "Sat, 06 Feb 2021 03:45:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -950,38 +951,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6d5faa51cd979cd620ae7fb58381eadd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ea3184a-ad4d-48f5-9c4b-68beb39ee3f8", + "apim-request-id": "265c1869-c1a1-4434-a2b1-3d22ee6221a7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:26 GMT", + "Date": "Sat, 06 Feb 2021 03:45:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -991,38 +992,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c74245c69afd4363df3748a970d46f9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da3df6a0-99b1-486c-83c2-619a5b941a9c", + "apim-request-id": "a52d562f-35c2-42e8-835a-14465b0fd64a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:27 GMT", + "Date": "Sat, 06 Feb 2021 03:45:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1032,38 +1033,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9aded57bc1fa8df3d5d2fc792ff51a58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e2ca92e-7ae6-49ba-ac95-7c69591798e9", + "apim-request-id": "ffb94da9-5345-4948-9ffc-78663ff91eaa", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:28 GMT", + "Date": "Sat, 06 Feb 2021 03:45:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1073,38 +1074,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9fb6a1a2c38cb74e461b8e60852d2c4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0b27fe0d-e2df-461e-84d8-912822d44b43", + "apim-request-id": "ef89f541-40ef-4708-b48c-063a7b22995b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:30 GMT", + "Date": "Sat, 06 Feb 2021 03:45:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1114,38 +1115,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ad3ae33f4fa205e352b5f12b9dea13ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "584c9add-18a3-488a-a643-4854b04a026b", + "apim-request-id": "ea2ea680-c9cb-405f-84a7-3217e0b6758a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:31 GMT", + "Date": "Sat, 06 Feb 2021 03:45:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "315" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1155,38 +1156,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ce06f01cd01db70f872753de339208a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26cab5c8-083d-48f2-a633-9c1a7cee1f09", + "apim-request-id": "84db5d77-7c1f-4d65-a1de-2f82cdedb585", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:32 GMT", + "Date": "Sat, 06 Feb 2021 03:45:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1196,38 +1197,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4c39b0a66dbb52b5beb14cd6d2231a5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "839353c3-69c6-44bb-9eb8-6b669ce25073", + "apim-request-id": "d4dd95c4-f2f3-4dff-8828-acbcda2dd98a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:33 GMT", + "Date": "Sat, 06 Feb 2021 03:45:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1237,38 +1238,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9444a3075d266f2ed382257bfc04d2c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b65a5864-3c13-4bd6-8c2a-2db1026e57af", + "apim-request-id": "564eca05-40c2-4d90-b293-717427c7056f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:34 GMT", + "Date": "Sat, 06 Feb 2021 03:45:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1278,38 +1279,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ec8449adc7b1ae2f3bb3106c8338e564", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebbe668f-6d0c-467a-b627-a7c858ad86c9", + "apim-request-id": "58ae9947-b613-4498-826a-d6f3b3cd8634", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:36 GMT", + "Date": "Sat, 06 Feb 2021 03:45:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1319,38 +1320,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8fd6f80d734e488181c97838483956b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c0dcf87-aff5-49c2-9e52-2ef6f372d35d", + "apim-request-id": "72dd25fa-e895-42dc-83b2-32976bee5a09", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:37 GMT", + "Date": "Sat, 06 Feb 2021 03:45:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1360,38 +1361,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "88298cde2d9e40aa749559724dc2eb9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7fa4988-cf80-4655-9def-caf662dcfd57", + "apim-request-id": "23edf493-bf9f-412f-83ee-9fbff839b111", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:39 GMT", + "Date": "Sat, 06 Feb 2021 03:45:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1401,38 +1402,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "046ec19c432d3971c73c6be74ef66601", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70fce4f6-8b56-43ee-a483-359b6aaced19", + "apim-request-id": "3fd10b8e-30e3-4574-8386-79456dc23687", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:40 GMT", + "Date": "Sat, 06 Feb 2021 03:45:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1442,38 +1443,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f78d565c5d0edfc54d961ab91a0ffbbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04726f01-2061-4295-9f1f-b04f57f59d2c", + "apim-request-id": "05767994-2bb0-4e4c-966e-b741a86ca5df", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:41 GMT", + "Date": "Sat, 06 Feb 2021 03:45:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1483,38 +1484,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "869bddde52cb9b8b1af0c061c2c3f17e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48c59cb3-412d-42a6-9b8e-3d0efc68fd9c", + "apim-request-id": "fd6380cc-d74d-4be8-a1c3-2bd776389c69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:42 GMT", + "Date": "Sat, 06 Feb 2021 03:45:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1524,38 +1525,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f615582ef4353f8cfb8eb69728b81fb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b538def-1fde-4866-992d-f8b36ccd2f94", + "apim-request-id": "26954da8-8971-43c1-bffc-deb68b3c5912", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:43 GMT", + "Date": "Sat, 06 Feb 2021 03:45:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1565,38 +1566,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7109ac41e05a0a35cbf1dd1e9c631d8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a85c690-e12f-437f-943b-44fa1d8e4d08", + "apim-request-id": "3b680243-3bc9-4916-bd18-eaf92d29c229", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:44 GMT", + "Date": "Sat, 06 Feb 2021 03:45:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1606,38 +1607,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c18a9ba404f9e989505c8a3c9cf37261", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e47e63c8-2140-45c7-bfa5-2d8f99cb8264", + "apim-request-id": "d92a4602-f7bc-4c95-a02e-924b6ea31c1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:46 GMT", + "Date": "Sat, 06 Feb 2021 03:45:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1647,38 +1648,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "162008d080b94e23220b2a44176da397", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aaa8924a-2fb3-4c87-a18c-b24861f11142", + "apim-request-id": "7da228de-e72a-4771-9c3d-2a8d7ef51448", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:47 GMT", + "Date": "Sat, 06 Feb 2021 03:45:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1688,38 +1689,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8df32c715d2d3cbf221f20fe55f86dd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12238006-db64-49c4-a1c8-6ca4770ed00e", + "apim-request-id": "579e6f70-ce84-4821-ad9d-a98b69fe9fc8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:48 GMT", + "Date": "Sat, 06 Feb 2021 03:45:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1729,38 +1730,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "944d7b7e074324d0783c9fedd945d2e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36521151-d51d-4aa4-9674-240b3b4acaa0", + "apim-request-id": "8eeb2323-723b-48f9-b577-5f0313903067", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:49 GMT", + "Date": "Sat, 06 Feb 2021 03:45:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1770,38 +1771,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "70cbf3b8e500723348e3f3995f25f929", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2723cd7b-bfce-45cd-8226-db96bbe820a9", + "apim-request-id": "78ab301e-8fd2-4695-83df-315af37cac67", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:50 GMT", + "Date": "Sat, 06 Feb 2021 03:45:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1811,38 +1812,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9bc5539d0f1f6a545bce14f1bed163dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f17e0e2b-d3bc-4433-87e4-070b17e12e0f", + "apim-request-id": "1b75229f-56a7-444a-a7a2-12a12b8cf38c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:52 GMT", + "Date": "Sat, 06 Feb 2021 03:45:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1852,38 +1853,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "62463d4dfd2d98d748db4b5f1336c453", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc4a68d3-d477-4226-9d74-f5067809ef40", + "apim-request-id": "6d33349c-f3c4-41cb-a55a-210ef95b66f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:53 GMT", + "Date": "Sat, 06 Feb 2021 03:45:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1893,38 +1894,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "86507643377fa9c39e611431d142b477", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e6ebbe6f-c5a8-496a-a692-6989d698dd32", + "apim-request-id": "161400d0-54ae-46cc-9b35-51515977db4b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:54 GMT", + "Date": "Sat, 06 Feb 2021 03:45:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1934,38 +1935,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "214c168097de9ffc7b2d5244c4f55624", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3470deb-01e2-4a27-a703-8a3d729ca65f", + "apim-request-id": "fd1a043c-6f3d-497b-a272-0267ed9e1f25", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:55 GMT", + "Date": "Sat, 06 Feb 2021 03:45:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -1975,38 +1976,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "48aec109dc81165e7a9dc3cbe8a5c706", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42a04b09-38b2-415b-8f3d-34b71384fc74", + "apim-request-id": "a02f79e9-d720-4e42-886a-460682b2609e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:56 GMT", + "Date": "Sat, 06 Feb 2021 03:45:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2016,38 +2017,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fdded326a3eaab747ab00a52e47ee4a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb299e02-e9de-43bc-9b4a-0bb8902ba4f6", + "apim-request-id": "3b3c5ff1-370a-4695-a19e-f094aeabfde1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:59:58 GMT", + "Date": "Sat, 06 Feb 2021 03:45:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2057,38 +2058,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0f27f00a6c93a3f5b736a641d330b7d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43e90457-6c7d-427f-84cf-f8d069eecb5e", + "apim-request-id": "7d8a799d-63da-4a86-9ded-56afd50a805c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:00 GMT", + "Date": "Sat, 06 Feb 2021 03:45:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2098,38 +2099,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f01e4c655916663a4d02ced1d10c31fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "449d642a-85e5-41d3-9cfa-ea50d3e96cfc", + "apim-request-id": "ac347f9a-1138-4c33-ac27-e0fcbc004d8f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:01 GMT", + "Date": "Sat, 06 Feb 2021 03:45:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2139,38 +2140,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f8c11ab8b87eba72dd3a45b4fc32d849", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f73d7f0-8e67-42b2-866a-6621ca65c8fd", + "apim-request-id": "11937cd1-ca7f-4063-8cde-f4c27b3ae504", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:02 GMT", + "Date": "Sat, 06 Feb 2021 03:45:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2180,38 +2181,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "98ec34f9f460b192b6c1c2919e24d2ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c967e9b3-fbd5-4c03-8822-871063421a12", + "apim-request-id": "def0adb5-463e-400a-bd33-72d3271552cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:03 GMT", + "Date": "Sat, 06 Feb 2021 03:45:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2221,38 +2222,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b889aa04be6ead57d96312db1385691a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b8aeef3-58a1-4be7-ac13-e77fd485f695", + "apim-request-id": "16c0f6f3-e0fc-40b4-96d8-4363669e4c45", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:04 GMT", + "Date": "Sat, 06 Feb 2021 03:45:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2262,21 +2263,21 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9dd88429991fc49b870f42bdf5e11bb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51a79808-b0f2-4078-ba9d-733b20ecc28e", + "apim-request-id": "5c13b224-7a6a-4724-8290-933a5eca74dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:06 GMT", + "Date": "Sat, 06 Feb 2021 03:45:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", @@ -2284,16 +2285,16 @@ }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2303,38 +2304,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "52af9a681fa93adadd3fbefce1b79d30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5ddf9047-a699-4527-b985-fc6ec055e22d", + "apim-request-id": "53ef4074-e376-4947-ace6-27dc937d3893", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:07 GMT", + "Date": "Sat, 06 Feb 2021 03:45:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2344,21 +2345,21 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1a67a757344c6b8b0ec5315f7b9ab7f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9d047c9-de33-425a-a950-91e4cd200a61", + "apim-request-id": "7ee3c4b7-d6d9-4008-bbd7-bad8ad97f5d0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:08 GMT", + "Date": "Sat, 06 Feb 2021 03:45:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", @@ -2366,16 +2367,16 @@ }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2385,38 +2386,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7972594717d60a71a99dbfdfda9fe2d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b986580c-a505-4649-8219-5b56b78a672a", + "apim-request-id": "f898ebc2-317e-41e8-a391-893920318f29", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:09 GMT", + "Date": "Sat, 06 Feb 2021 03:45:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2426,38 +2427,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4e651271017a346c0e4444e3ee7bbf42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5e1a2b2-bd6b-46f7-9f06-036fc10a9755", + "apim-request-id": "d0544690-c32c-4731-a27b-c6abf83edffd", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:10 GMT", + "Date": "Sat, 06 Feb 2021 03:46:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2467,38 +2468,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "87b4c6882444405a365d71ae74ac906f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85dc6f32-5938-4e0f-8861-26a482da77c6", + "apim-request-id": "94aaf3d7-dc28-4346-8c9e-597004646f96", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:11 GMT", + "Date": "Sat, 06 Feb 2021 03:46:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2508,38 +2509,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "69ed61e26934467dec3e6a91d38d1b2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84536f40-4832-476d-a2e5-7d4498ab565c", + "apim-request-id": "92379644-6c91-4554-83b5-977a45a7ef93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:13 GMT", + "Date": "Sat, 06 Feb 2021 03:46:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2549,38 +2550,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "14567dde5bea4d8bb825171d90bebf62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc0f9457-40a2-40ca-bd46-29b0a90e278f", + "apim-request-id": "7fef4455-5e2f-41c4-923a-0c70b8832f59", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:14 GMT", + "Date": "Sat, 06 Feb 2021 03:46:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2590,38 +2591,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8d01d5b4558e1f0e496e9a06b9c86da8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c23c701-f38b-4e99-b0ff-165045415ad0", + "apim-request-id": "d1a40eb1-5961-4b26-877a-51153bd15897", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:15 GMT", + "Date": "Sat, 06 Feb 2021 03:46:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2631,38 +2632,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f7d043417c558784d5a0b10f5160b52e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70156de8-bde8-4992-961a-084eb5b80e06", + "apim-request-id": "e8dc4c90-747c-405f-89e5-593a6c2c34bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:16 GMT", + "Date": "Sat, 06 Feb 2021 03:46:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2672,38 +2673,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fedd087f8e8c889f6f37cb7cc08593ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2f02653-eae0-4973-b017-7ff40d1e61c5", + "apim-request-id": "a05c18d9-e236-4ef2-8131-754c9ebec922", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:17 GMT", + "Date": "Sat, 06 Feb 2021 03:46:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2713,38 +2714,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4cdb6eb7c7ee380c5079b7eea4fecee8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e9f1932-e763-41f5-9c87-bca18c506c03", + "apim-request-id": "aca54ee4-1d11-4d19-b6ec-234644a2ab7e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:18 GMT", + "Date": "Sat, 06 Feb 2021 03:46:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2754,38 +2755,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b1866cb86feab31ca447881eb008c650", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7161ab28-d041-4cf8-92f1-ef91f3acd1cc", + "apim-request-id": "37f1e735-4b41-40da-b074-4736454b3227", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:21 GMT", + "Date": "Sat, 06 Feb 2021 03:46:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2795,38 +2796,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e257c10c6985b840fca5ad12d6b0e470", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a176cef7-2f36-42df-ba4a-1e3686c8119e", + "apim-request-id": "141e5d85-bfce-41bc-b926-aaf21df8deaa", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:22 GMT", + "Date": "Sat, 06 Feb 2021 03:46:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2836,38 +2837,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "54c3e269e2fe48045228a7a63eee8748", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e646575-81f2-4c61-8ec1-c699af636e83", + "apim-request-id": "d9b98d78-0732-4bef-87e9-3b7810085ff3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:23 GMT", + "Date": "Sat, 06 Feb 2021 03:46:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2877,38 +2878,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e2e167b2eba74f632bceb445c109ddf3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2483dd87-d274-4fae-a9cb-04171aaf7d1c", + "apim-request-id": "253caea0-a0f4-4af7-b4ba-7c45bfb379d7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:24 GMT", + "Date": "Sat, 06 Feb 2021 03:46:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2918,38 +2919,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ceb4186272442a51bd0e905dc199790d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a04da1c7-49f6-48ee-b0cd-13c6c10dc8f7", + "apim-request-id": "5bb4915d-5c4e-4987-b6d0-4c87a0e04f3b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:25 GMT", + "Date": "Sat, 06 Feb 2021 03:46:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -2959,38 +2960,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6e5f651e02cf7dc97f7328302dbf8648", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9ba3236e-3f74-4bf9-9f0b-bd125a6ff69e", + "apim-request-id": "3a3244e6-719d-490d-9e32-a15fb15d9b9b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:27 GMT", + "Date": "Sat, 06 Feb 2021 03:46:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3000,38 +3001,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2644b34ab839400316b625985b068e92", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9001ab0-efd6-499b-9c33-e5508b2269b4", + "apim-request-id": "dfbc0bba-e9ed-4910-b88c-f69ac2d76424", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:28 GMT", + "Date": "Sat, 06 Feb 2021 03:46:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "64" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3041,38 +3042,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5c26a7556ea95f244f374ed14921fcfd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40eba3ea-15f0-4e28-abe8-8dd095237aed", + "apim-request-id": "44963015-a1a0-46cc-a840-d8b574491258", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:29 GMT", + "Date": "Sat, 06 Feb 2021 03:46:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3082,38 +3083,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0d124788525465d3611f5718dd312279", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c369fe7-8d5e-48a2-9cf4-bbea7ab1e460", + "apim-request-id": "86ec03a8-162f-44f2-91b4-e5adc3f51737", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:30 GMT", + "Date": "Sat, 06 Feb 2021 03:46:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3123,38 +3124,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "86da96e52998dc9e8fe5d7026a32f6f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0a27efd-59f7-4600-a205-a3397805273e", + "apim-request-id": "99df24a7-dcc2-446d-b93f-d94daea8a9e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:31 GMT", + "Date": "Sat, 06 Feb 2021 03:46:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3164,38 +3165,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "131027b980f3023dd3c1fb8a160b811d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb778af3-3cc5-4c7a-8127-09df808db281", + "apim-request-id": "66f985a7-f87f-4c60-904b-e109cb0d908d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:33 GMT", + "Date": "Sat, 06 Feb 2021 03:46:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3205,38 +3206,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b2ebd51576465e64a9367d6f7bd1fa2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5eaf4520-f5c2-41ea-b2d2-a1a59cf7e5c2", + "apim-request-id": "9508c1ce-a4ab-4c8d-96bf-db5d4a877458", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:34 GMT", + "Date": "Sat, 06 Feb 2021 03:46:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3246,38 +3247,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b55f62280e21658559d8b2d72e13c584", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03c351bf-2e95-4d32-ab80-8c69f8e75909", + "apim-request-id": "c6308000-76c2-4409-9d14-358562579f91", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:35 GMT", + "Date": "Sat, 06 Feb 2021 03:46:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3287,38 +3288,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "95edb963434743afc2b16abd02ce8701", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afa246c9-55d3-4a81-ae91-8cedefc719a7", + "apim-request-id": "0c376c56-99bc-4fd1-9e59-0b0b8865f4f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:36 GMT", + "Date": "Sat, 06 Feb 2021 03:46:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3328,38 +3329,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b461ccc6cbac06fc4f86596ec38d2f95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8eb3178-bf23-4a7c-8d31-7b41d223a32b", + "apim-request-id": "c5845ca9-17e9-44fc-9a79-602b83b5abb5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:37 GMT", + "Date": "Sat, 06 Feb 2021 03:46:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3369,38 +3370,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c10bf97065e4e4e8b31bf36fa3c7628b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "25fc8e3d-d581-4e6d-974c-634f967f2a23", + "apim-request-id": "1e46cf7c-09c2-4fe5-90f7-9e5cc0e0a926", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:39 GMT", + "Date": "Sat, 06 Feb 2021 03:46:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3410,38 +3411,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6210b15010b298d8bce645c0ea417f35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "504728c7-1ad3-4a02-bb0d-c87eefe94967", + "apim-request-id": "19de27fe-26d1-463c-91ce-5176977a4892", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:40 GMT", + "Date": "Sat, 06 Feb 2021 03:46:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3451,38 +3452,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "094dd581c5c2601de47d0090d88d6287", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4acec6fa-6a8c-43b3-b082-0938f0f59125", + "apim-request-id": "acd65f1c-e876-4b74-b632-059d8d8bd7b5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:41 GMT", + "Date": "Sat, 06 Feb 2021 03:46:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3492,38 +3493,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "121dce24cd7c5fe3207304fe1f27fa72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6f8ef3e-1d98-48ac-8452-11f6bb23ea75", + "apim-request-id": "fc95599d-79a2-49f8-bb4f-02d93bb37b29", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:42 GMT", + "Date": "Sat, 06 Feb 2021 03:46:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3533,38 +3534,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ceedbd9c587a8ac893af7e341048bf2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "521ce84d-7805-4bbc-9d0e-9102ad9640f5", + "apim-request-id": "3108def2-c394-4d86-befb-a2332bf3ea69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:43 GMT", + "Date": "Sat, 06 Feb 2021 03:46:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3574,38 +3575,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1c9cbe836c23b4b8f2ede94fc01e41bc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77bbdb83-8a07-4608-a881-2205f6a1d153", + "apim-request-id": "d324166a-1a1b-4ef2-b43f-03b8626e6b4f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:44 GMT", + "Date": "Sat, 06 Feb 2021 03:46:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3615,38 +3616,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1bf38e8394a0cb0d05927ecc4fae4fd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "20095fac-da6c-4b2b-a2d8-d0f0982b8b5e", + "apim-request-id": "fb6be539-85d1-4983-a172-8abacd46e34e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:46 GMT", + "Date": "Sat, 06 Feb 2021 03:46:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3656,38 +3657,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "617ad5b3dd8a304e0439db8d6f78ca75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7b66eac-833d-47d3-bb50-9e8f98af81df", + "apim-request-id": "0b973b94-bb55-477b-8e76-13706f419469", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:47 GMT", + "Date": "Sat, 06 Feb 2021 03:46:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3697,38 +3698,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "81b1c16ea454ee8fb1d01691edeb6544", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9384cf57-397f-460a-a427-7f12a1b31896", + "apim-request-id": "ceb6c35c-66ee-448f-9415-e94b00631f05", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:48 GMT", + "Date": "Sat, 06 Feb 2021 03:46:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3738,38 +3739,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "eb9b109ddfa4a5313fc31666b87f5c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9dd72d47-6203-4c54-a1da-6a22840c9ef5", + "apim-request-id": "e21fe0a5-2716-44f0-ad41-4aae9cf7eab8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:49 GMT", + "Date": "Sat, 06 Feb 2021 03:46:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3779,38 +3780,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8d5d09c8cefc0f84468bb0b9c6bd4219", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6725d34-f781-466e-bf8c-e5a5e7da85c6", + "apim-request-id": "e0448b40-579c-4624-a444-0d10fe455cc3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:51 GMT", + "Date": "Sat, 06 Feb 2021 03:46:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3820,38 +3821,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5eef97d4dedc8fd08f0c41918e283631", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ceef327-cde9-4244-903e-f934d2d71ab0", + "apim-request-id": "5caa5470-cb44-4f22-9002-ed6f8e4d6d84", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:52 GMT", + "Date": "Sat, 06 Feb 2021 03:46:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3861,38 +3862,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e3c98974d78dcf478c8ca4182e77de82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69f65145-1628-4f78-828a-0ec313e465ed", + "apim-request-id": "13f70d08-6f6d-47bf-bb13-3fec40a90d67", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:54 GMT", + "Date": "Sat, 06 Feb 2021 03:46:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3902,38 +3903,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2092fc80fd8fe9b038cefdf08cf2811e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4542c684-1b08-4b14-b4a9-e9404efd63a5", + "apim-request-id": "68e05641-8d16-46e0-afa8-86ecd47c3d69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:55 GMT", + "Date": "Sat, 06 Feb 2021 03:46:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3943,38 +3944,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3d457f555ef3fc8b5020d2503ab86018", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84817796-f1ab-4dc8-ae25-ee708af99f48", + "apim-request-id": "4a3b1735-e395-4b79-b0c3-afa7dc0a549e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:56 GMT", + "Date": "Sat, 06 Feb 2021 03:46:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -3984,38 +3985,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9110bf2d159576a1d9dfabbfda574399", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc79b6a9-919f-412e-b207-cb52ae779f47", + "apim-request-id": "f11f6898-018f-4df3-a0c1-72a5c210b06a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:57 GMT", + "Date": "Sat, 06 Feb 2021 03:46:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -4025,38 +4026,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "afc3850aa132228e7196d06f2b5fae80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e75fe267-9dff-4a1c-9d5d-6a43a9a6d561", + "apim-request-id": "f92b293f-0a40-4579-8378-9d87d25ded88", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:00:58 GMT", + "Date": "Sat, 06 Feb 2021 03:46:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -4066,38 +4067,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ccc2e56ef0e23f88ddcf6313b3cc22f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1df6a95-d03a-4727-9b18-c1d27260af6c", + "apim-request-id": "58a3ac8d-931d-458f-88fa-9897c1c91f80", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:01:00 GMT", + "Date": "Sat, 06 Feb 2021 03:46:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -4107,38 +4108,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b54638ddb0f58ce530ee1fff45324b7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "68a57413-3c16-4f52-982d-1f2e1479472d", + "apim-request-id": "70ae24d6-c3d8-415e-99c0-f796219f1f4d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:01:01 GMT", + "Date": "Sat, 06 Feb 2021 03:46:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -4148,38 +4149,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f4512a3176941ab7fc83d2633e7a6ea5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01b89daf-f928-4313-bbce-c8221c7cf570", + "apim-request-id": "63d64acc-7e8a-4a3c-8545-ad017124a015", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:01:02 GMT", + "Date": "Sat, 06 Feb 2021 03:46:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 0, "failed": 0, @@ -4189,79 +4190,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f292d774f919bd8bff369cf3d089f9ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abcc1548-d904-481d-8f5f-f99b656da7b2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:01:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "88e2e8842d7b6665812bb871de824db6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dc546ab3-8284-4b91-8ed1-a4c2918b1db1", + "apim-request-id": "e4473201-a90c-43f3-91e8-ec6da5a26124", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 22:01:05 GMT", + "Date": "Sat, 06 Feb 2021 03:46:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "197" + "x-envoy-upstream-service-time": "125" }, "ResponseBody": { "displayName": "AnalyzeOperationWithPHIDomain", - "jobId": "eea48c02-88c1-49b3-8a26-d920dc385f6d_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:59:00Z", - "createdDateTime": "2021-01-15T21:58:59Z", - "expirationDateTime": "2021-01-16T21:58:59Z", + "jobId": "c2f8cbf6-f506-4ba4-9122-532238c54ed1_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:50Z", + "createdDateTime": "2021-02-06T03:44:48Z", + "expirationDateTime": "2021-02-07T03:44:48Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00Z" + "lastUpdateDateTime": "2021-02-06T03:44:50Z" }, "completed": 1, "failed": 0, @@ -4270,9 +4230,8 @@ "entityRecognitionPiiTasks": [ { "name": "AnalyzeOperationWithPHIDomain", - "lastUpdateDateTime": "2021-01-15T21:59:00.1309653Z", + "lastUpdateDateTime": "2021-02-06T03:44:50.5249808Z", "results": { - "inTerminalState": true, "documents": [ { "redactedText": "A patient with medical id ******** whose phone number is ************ is going under heart surgery", diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTest.json index de35784f6b48..f8beec01e10c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "265", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a4bbf3267e5f9841a3996e044d9ead61-08077b283a3c9a40-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8a6d89e00638254481efc007fa487fd1-20ebfef72ebdd84a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bc10ae4f3809e9b40d4f6b783fc973c7", "x-ms-return-client-request-id": "true" }, @@ -46,53 +40,47 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dbe910a9-0835-46b2-9762-90c805ded299", - "Date": "Tue, 17 Nov 2020 20:10:06 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000", + "apim-request-id": "08727a59-8499-4d04-9c5f-84ee7da1663b", + "Date": "Sat, 06 Feb 2021 03:42:16 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "234" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "175" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e45290396662ad6e1e38f63536f933b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc55785a-53c5-4f9a-9f1c-99764312da80", + "apim-request-id": "cacfefec-049a-40b9-ae6b-d4dae2d985b3", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:06 GMT", + "Date": "Sat, 06 Feb 2021 03:42:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { - "jobId": "180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:07Z", - "createdDateTime": "2020-11-17T20:10:07Z", - "expirationDateTime": "2020-11-18T20:10:07Z", + "jobId": "84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:16Z", + "createdDateTime": "2021-02-06T03:42:16Z", + "expirationDateTime": "2021-02-07T03:42:16Z", "status": "notStarted", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:10:07Z" + "lastUpdateDateTime": "2021-02-06T03:42:16Z" }, "completed": 0, "failed": 0, @@ -102,42 +90,36 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "026f5447158ee5d664682b08d83e8d91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "853de58b-5f1f-4e83-bd03-166bd2d0b48b", + "apim-request-id": "91f326a8-8ed4-49d1-86f8-7a0e02eb778a", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:08 GMT", + "Date": "Sat, 06 Feb 2021 03:42:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { - "jobId": "180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:07Z", - "createdDateTime": "2020-11-17T20:10:07Z", - "expirationDateTime": "2020-11-18T20:10:07Z", - "status": "notStarted", + "jobId": "84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:17Z", + "createdDateTime": "2021-02-06T03:42:16Z", + "expirationDateTime": "2021-02-07T03:42:16Z", + "status": "running", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:10:07Z" + "lastUpdateDateTime": "2021-02-06T03:42:17Z" }, "completed": 0, "failed": 0, @@ -147,42 +129,36 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3f2ab8555934e81b40639ed1417fb313", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8fc54cd4-c11e-49f5-9503-5ea4e86c3a71", + "apim-request-id": "9367251e-74a1-4e5b-9893-a02454ece5c8", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:10 GMT", + "Date": "Sat, 06 Feb 2021 03:42:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "113" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "1024" }, "ResponseBody": { - "jobId": "180f9a50-eed5-4e79-aa38-b58c0c8ca8a1_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:07Z", - "createdDateTime": "2020-11-17T20:10:07Z", - "expirationDateTime": "2020-11-18T20:10:07Z", + "jobId": "84b6cdc0-ce6c-49b0-977f-8a95d774e586_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:17Z", + "createdDateTime": "2021-02-06T03:42:16Z", + "expirationDateTime": "2021-02-07T03:42:16Z", "status": "succeeded", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:10:07Z" + "lastUpdateDateTime": "2021-02-06T03:42:17Z" }, "completed": 1, "failed": 0, @@ -190,9 +166,8 @@ "total": 1, "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2020-11-17T20:10:07.8788275Z", + "lastUpdateDateTime": "2021-02-06T03:42:17.2348885Z", "results": { - "inTerminalState": true, "documents": [ { "id": "0", @@ -224,6 +199,6 @@ "Variables": { "RandomSeed": "1233550557", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTestAsync.json index d2e95eb6cb36..67661cd1a0b9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "265", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e96c4465d2c9db4197d791db3bedfe30-ab12e561376fae43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-7cdf4457ed216f46bfca7bf16869159a-81a752d255d3d741-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f64d021068f23b47239dc64d32ac0d55", "x-ms-return-client-request-id": "true" }, @@ -46,53 +40,47 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "82aea681-0907-4fa2-86da-7a27c20ed41e", - "Date": "Tue, 17 Nov 2020 20:14:36 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000", + "apim-request-id": "edfd5fbd-0562-4916-b5e8-0f4bb161f584", + "Date": "Sat, 06 Feb 2021 03:46:54 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "222" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "326f6a53ce870c398bb9ee51f13f5560", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23a4015d-9808-49cf-bd1f-cf7bf30d3619", + "apim-request-id": "49b487fb-0f4a-4e0e-be9b-40d902dc5d5b", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:36 GMT", + "Date": "Sat, 06 Feb 2021 03:46:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "jobId": "b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:36Z", - "createdDateTime": "2020-11-17T20:14:36Z", - "expirationDateTime": "2020-11-18T20:14:36Z", + "jobId": "06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:46:54Z", + "createdDateTime": "2021-02-06T03:46:54Z", + "expirationDateTime": "2021-02-07T03:46:54Z", "status": "notStarted", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:14:36Z" + "lastUpdateDateTime": "2021-02-06T03:46:54Z" }, "completed": 0, "failed": 0, @@ -102,42 +90,114 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4d2db5835d6ee56b0a068d1cd4f24286", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72416979-443f-414d-8881-674ec6b9c12a", + "apim-request-id": "e882c632-8934-46e7-8e78-fe71ff20f663", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:37 GMT", + "Date": "Sat, 06 Feb 2021 03:46:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "jobId": "06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:46:54Z", + "createdDateTime": "2021-02-06T03:46:54Z", + "expirationDateTime": "2021-02-07T03:46:54Z", + "status": "notStarted", + "errors": [], + "tasks": { + "details": { + "lastUpdateDateTime": "2021-02-06T03:46:54Z" + }, + "completed": 0, + "failed": 0, + "inProgress": 0, + "total": 0 + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "84470c68f8b742c6c8406a3979f549e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e177ce0c-7f41-4cdf-aa53-9f93f40cafa9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:46:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { - "jobId": "b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:37Z", - "createdDateTime": "2020-11-17T20:14:36Z", - "expirationDateTime": "2020-11-18T20:14:36Z", + "jobId": "06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:46:54Z", + "createdDateTime": "2021-02-06T03:46:54Z", + "expirationDateTime": "2021-02-07T03:46:54Z", + "status": "notStarted", + "errors": [], + "tasks": { + "details": { + "lastUpdateDateTime": "2021-02-06T03:46:54Z" + }, + "completed": 0, + "failed": 0, + "inProgress": 0, + "total": 0 + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "7dc96647c07ef5e7fe892880411d3899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "04fa5ab6-9161-442a-93e7-509c38316743", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:46:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": { + "jobId": "06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:46:57Z", + "createdDateTime": "2021-02-06T03:46:54Z", + "expirationDateTime": "2021-02-07T03:46:54Z", "status": "running", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:14:37Z" + "lastUpdateDateTime": "2021-02-06T03:46:57Z" }, "completed": 0, "failed": 0, @@ -147,42 +207,36 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "84470c68f8b742c6c8406a3979f549e3", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e4e86876d1f78ba8eeeb842df2326c15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "db8b62ba-a322-4a76-9436-30fc5bd4ced6", + "apim-request-id": "e9b1646c-236c-49b4-bc62-a349464e27bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:38 GMT", + "Date": "Sat, 06 Feb 2021 03:46:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "117" }, "ResponseBody": { - "jobId": "b849396a-cd13-47b4-98d5-136089ea0619_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:37Z", - "createdDateTime": "2020-11-17T20:14:36Z", - "expirationDateTime": "2020-11-18T20:14:36Z", + "jobId": "06564768-8cf1-4131-b937-2e31fc3a700a_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:46:57Z", + "createdDateTime": "2021-02-06T03:46:54Z", + "expirationDateTime": "2021-02-07T03:46:54Z", "status": "succeeded", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-11-17T20:14:37Z" + "lastUpdateDateTime": "2021-02-06T03:46:57Z" }, "completed": 1, "failed": 0, @@ -190,9 +244,8 @@ "total": 1, "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2020-11-17T20:14:37.168255Z", + "lastUpdateDateTime": "2021-02-06T03:46:57.240021Z", "results": { - "inTerminalState": true, "documents": [ { "id": "0", @@ -224,6 +277,6 @@ "Variables": { "RandomSeed": "1355402112", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTest.json index 6c36fcf97da2..c5d4d98b11a6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTest.json @@ -4,11 +4,18 @@ "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", "Content-Length": "265", "Content-Type": "application/json", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-4a0a7db80ea7a547826cdccc84bbb719-1f7fb2d359900f4d-00", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "de59ba8e1395f2e982e2a8b6c3b12fcf", "x-ms-return-client-request-id": "true" }, @@ -16,12 +23,12 @@ "analysisInput": { "documents": [ { - "id": "0", + "id": "1", "text": "Elon Musk is the CEO of SpaceX and Tesla.", "language": "en" }, { - "id": "1", + "id": "2", "text": "Tesla stock is up by 400% this year.", "language": "en" } @@ -39,47 +46,53 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b9f836d6-3343-447f-a642-db6ce79cf1c4", - "Date": "Wed, 02 Dec 2020 22:53:01 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000", + "apim-request-id": "5c57d894-69bb-4677-993a-c258fa8ad33b", + "Date": "Mon, 08 Feb 2021 19:53:35 GMT", + "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "555" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "225" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "d0f08a276f98a811231335a436578f77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8009eb9b-b8e1-4655-b2bb-a74c5af422f5", + "apim-request-id": "f2b243b0-b54a-494a-8124-f98158cbec79", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:02 GMT", + "Date": "Mon, 08 Feb 2021 19:53:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "jobId": "470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:01Z", - "createdDateTime": "2020-12-02T22:53:01Z", - "expirationDateTime": "2020-12-03T22:53:01Z", + "jobId": "6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:35Z", + "createdDateTime": "2021-02-08T19:53:35Z", + "expirationDateTime": "2021-02-09T19:53:35Z", "status": "notStarted", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:01Z" + "lastUpdateDateTime": "2021-02-08T19:53:35Z" }, "completed": 0, "failed": 0, @@ -89,75 +102,87 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "ec1ef899d7f19ce637bb763a0306aa84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae9c8d20-ad89-4d70-afe9-a2cd63f4a6c2", + "apim-request-id": "9cb52409-dd30-407a-af62-df1d54c2b06b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:03 GMT", + "Date": "Mon, 08 Feb 2021 19:53:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "380" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { - "jobId": "470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:02Z", - "createdDateTime": "2020-12-02T22:53:01Z", - "expirationDateTime": "2020-12-03T22:53:01Z", - "status": "running", + "jobId": "6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:35Z", + "createdDateTime": "2021-02-08T19:53:35Z", + "expirationDateTime": "2021-02-09T19:53:35Z", + "status": "notStarted", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:02Z" + "lastUpdateDateTime": "2021-02-08T19:53:35Z" }, "completed": 0, "failed": 0, - "inProgress": 1, - "total": 1 + "inProgress": 0, + "total": 0 } } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "a8b531a4828c1ef7a8b1ba81de45bc2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7bdf1986-e2b2-4306-a4dd-47fe5a4792a5", + "apim-request-id": "b225ea9b-b3fc-419c-8f2b-14c878743fc2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:06 GMT", + "Date": "Mon, 08 Feb 2021 19:53:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1145" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "181" }, "ResponseBody": { - "jobId": "470c0ae6-defb-4ab6-bbc2-3b5972fc2e95_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:02Z", - "createdDateTime": "2020-12-02T22:53:01Z", - "expirationDateTime": "2020-12-03T22:53:01Z", + "jobId": "6a311b47-37bb-4350-8c82-0909ac1f902f_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:37Z", + "createdDateTime": "2021-02-08T19:53:35Z", + "expirationDateTime": "2021-02-09T19:53:35Z", "status": "succeeded", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:02Z" + "lastUpdateDateTime": "2021-02-08T19:53:37Z" }, "completed": 1, "failed": 0, @@ -165,12 +190,11 @@ "total": 1, "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2020-12-02T22:53:02.9446498Z", + "lastUpdateDateTime": "2021-02-08T19:53:37.7761076Z", "results": { - "inTerminalState": true, "documents": [ { - "id": "0", + "id": "1", "keyPhrases": [ "CEO of SpaceX", "Elon Musk", @@ -179,7 +203,7 @@ "warnings": [] }, { - "id": "1", + "id": "2", "keyPhrases": [ "Tesla stock", "year" diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTestAsync.json index 96bee3156d6c..903ef0d81a30 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithAADTestAsync.json @@ -4,11 +4,18 @@ "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", "Content-Length": "265", "Content-Type": "application/json", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-95caaa206f948049bbebab49c2f576de-d6d00025e5313142-00", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "ec9c0c6aa9ca8c9cbbe33cb4c774789e", "x-ms-return-client-request-id": "true" }, @@ -16,12 +23,12 @@ "analysisInput": { "documents": [ { - "id": "0", + "id": "1", "text": "Elon Musk is the CEO of SpaceX and Tesla.", "language": "en" }, { - "id": "1", + "id": "2", "text": "Tesla stock is up by 400% this year.", "language": "en" } @@ -39,47 +46,53 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "05c087df-d2fd-4ce9-88a4-eb3225162def", - "Date": "Wed, 02 Dec 2020 22:53:10 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000", + "apim-request-id": "f5bb51b2-b945-4e02-aa0d-e52ccd5e17b7", + "Date": "Mon, 08 Feb 2021 19:53:39 GMT", + "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3459" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "46" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "d368261fe68dfc54398eceda38310a93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f7b6858-ab78-4416-a799-a78bf62ca8e9", + "apim-request-id": "89534926-db33-4a84-afc9-f65e5f3a28ec", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:10 GMT", + "Date": "Mon, 08 Feb 2021 19:53:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "53" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "jobId": "c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:07Z", - "createdDateTime": "2020-12-02T22:53:07Z", - "expirationDateTime": "2020-12-03T22:53:07Z", + "jobId": "84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:39Z", + "createdDateTime": "2021-02-08T19:53:39Z", + "expirationDateTime": "2021-02-09T19:53:39Z", "status": "notStarted", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:07Z" + "lastUpdateDateTime": "2021-02-08T19:53:39Z" }, "completed": 0, "failed": 0, @@ -89,36 +102,87 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "f826ed24a6800a8a382a14c7adf928d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7b8511e-df6a-4af8-8718-273762ae1a4e", + "apim-request-id": "75fe9ac3-f75d-4d90-aba3-dd741364a228", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 08 Feb 2021 19:53:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:39Z", + "createdDateTime": "2021-02-08T19:53:39Z", + "expirationDateTime": "2021-02-09T19:53:39Z", + "status": "notStarted", + "errors": [], + "tasks": { + "details": { + "lastUpdateDateTime": "2021-02-08T19:53:39Z" + }, + "completed": 0, + "failed": 0, + "inProgress": 0, + "total": 0 + } + } + }, + { + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": [ + "application/json", + "text/json" + ], + "Authorization": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "902df9e8f6a48466b89fb23bdbc1538a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "54966c57-ddfb-488a-a57d-e2bb2a2399dd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:12 GMT", + "Date": "Mon, 08 Feb 2021 19:53:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "341" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "79" }, "ResponseBody": { - "jobId": "c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:11Z", - "createdDateTime": "2020-12-02T22:53:07Z", - "expirationDateTime": "2020-12-03T22:53:07Z", + "jobId": "84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:40Z", + "createdDateTime": "2021-02-08T19:53:39Z", + "expirationDateTime": "2021-02-09T19:53:39Z", "status": "running", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:11Z" + "lastUpdateDateTime": "2021-02-08T19:53:40Z" }, "completed": 0, "failed": 0, @@ -128,36 +192,42 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000?showStats=false", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "902df9e8f6a48466b89fb23bdbc1538a", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "da90a9d97f4e791d9c5d9a62d18c4e3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc52eb39-39a3-4eb8-b7f0-175c9604e48c", + "apim-request-id": "73aade2d-3e47-4c1b-83cc-155835670285", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 02 Dec 2020 22:53:13 GMT", + "Date": "Mon, 08 Feb 2021 19:53:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "442" }, "ResponseBody": { - "jobId": "c6f7f1ee-e5da-4aaf-b780-d97dcd02774f_637424640000000000", - "lastUpdateDateTime": "2020-12-02T22:53:11Z", - "createdDateTime": "2020-12-02T22:53:07Z", - "expirationDateTime": "2020-12-03T22:53:07Z", + "jobId": "84593302-7cf2-4a05-84fb-e97d4c9b9f5a_637483392000000000", + "lastUpdateDateTime": "2021-02-08T19:53:40Z", + "createdDateTime": "2021-02-08T19:53:39Z", + "expirationDateTime": "2021-02-09T19:53:39Z", "status": "succeeded", "errors": [], "tasks": { "details": { - "lastUpdateDateTime": "2020-12-02T22:53:11Z" + "lastUpdateDateTime": "2021-02-08T19:53:40Z" }, "completed": 1, "failed": 0, @@ -165,12 +235,11 @@ "total": 1, "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2020-12-02T22:53:11.8830827Z", + "lastUpdateDateTime": "2021-02-08T19:53:40.2324929Z", "results": { - "inTerminalState": true, "documents": [ { - "id": "0", + "id": "1", "keyPhrases": [ "CEO of SpaceX", "Elon Musk", @@ -179,7 +248,7 @@ "warnings": [] }, { - "id": "1", + "id": "2", "keyPhrases": [ "Tesla stock", "year" diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTest.json index 09e6da8ec433..d225d0c0944f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "336", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cca3cbd15992ec45bc271252fc81ce92-296aab3f5e491146-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c7dbabc5ab6a534b88cef915af36030b-a51a3db90002a441-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a87cf6cc9d26e81e4ad3c40561433cdc", "x-ms-return-client-request-id": "true" }, @@ -47,55 +41,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e6327453-a1a0-41a4-943e-efd09902de86", - "Date": "Tue, 17 Nov 2020 20:10:10 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", + "apim-request-id": "7817bda7-aaac-4775-ad53-0f3d785b83af", + "Date": "Sat, 06 Feb 2021 03:42:20 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "112" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "829f189700a91102b7313377687a2cfe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee41d8d0-e225-42fb-b1d1-5806069272de", + "apim-request-id": "71163ec8-15a8-4941-8768-fb313cf70437", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:10 GMT", + "Date": "Sat, 06 Feb 2021 03:42:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:10Z", - "createdDateTime": "2020-11-17T20:10:10Z", - "expirationDateTime": "2020-11-18T20:10:10Z", + "jobId": "24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:21Z", + "createdDateTime": "2021-02-06T03:42:21Z", + "expirationDateTime": "2021-02-07T03:42:21Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10Z" + "lastUpdateDateTime": "2021-02-06T03:42:21Z" }, "completed": 0, "failed": 0, @@ -105,44 +93,38 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "84565c5816eeba49622c1ac1b6d8c94c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a0114cc-1f02-4dc9-a1af-48b21353c3d1", + "apim-request-id": "ce13d476-ed13-47ea-8d91-c59772effb7f", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:11 GMT", + "Date": "Sat, 06 Feb 2021 03:42:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:10Z", - "createdDateTime": "2020-11-17T20:10:10Z", - "expirationDateTime": "2020-11-18T20:10:10Z", + "jobId": "24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:22Z", + "createdDateTime": "2021-02-06T03:42:21Z", + "expirationDateTime": "2021-02-07T03:42:21Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10Z" + "lastUpdateDateTime": "2021-02-06T03:42:22Z" }, "completed": 0, "failed": 0, @@ -152,138 +134,38 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e6dbb519b5b4cb28f46af0f469a680d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8fc42451-c42f-4382-a54b-af585daf9211", + "apim-request-id": "46f63f34-3f52-4f47-b7d5-7f8df63178d9", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:12 GMT", + "Date": "Sat, 06 Feb 2021 03:42:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "126" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:10Z", - "createdDateTime": "2020-11-17T20:10:10Z", - "expirationDateTime": "2020-11-18T20:10:10Z", - "status": "notStarted", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "05acc6a6b8ec80eecfe5207de6405bde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "123d7c63-2f21-4a1b-b60f-173db5adc755", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:10Z", - "createdDateTime": "2020-11-17T20:10:10Z", - "expirationDateTime": "2020-11-18T20:10:10Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b25ee768459fa349338b9083255450bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "90b88a2b-a00d-4c43-92bb-c6eaf016741c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:10:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "147" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "b4fbce64-32a5-4ee9-855e-7985a24d29e0_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:10:10Z", - "createdDateTime": "2020-11-17T20:10:10Z", - "expirationDateTime": "2020-11-18T20:10:10Z", + "jobId": "24a1cc6e-eb8f-49e1-946b-26fa032510f8_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:22Z", + "createdDateTime": "2021-02-06T03:42:21Z", + "expirationDateTime": "2021-02-07T03:42:21Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10Z" + "lastUpdateDateTime": "2021-02-06T03:42:22Z" }, "completed": 1, "failed": 0, @@ -292,9 +174,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:10:10.7262026Z", + "lastUpdateDateTime": "2021-02-06T03:42:22.1963983Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -327,6 +208,6 @@ "Variables": { "RandomSeed": "2064506440", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTestAsync.json index 25ab1b1d063c..42857cb8e4b5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "336", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-de88083a7890af46b3271ec2a4cb47c9-40d0b74615ca1c49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-4078646633ca8f4da790dba0cea2324e-b867fc241490ea4f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ff1f44cf0b7d52519f4611a53ca09dbe", "x-ms-return-client-request-id": "true" }, @@ -47,55 +41,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a51e0aca-afd2-4ab3-ae97-d5456ff2830d", - "Date": "Tue, 17 Nov 2020 20:14:39 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000", + "apim-request-id": "01f5db03-7430-4aa8-bdd1-fb3dba74a827", + "Date": "Sat, 06 Feb 2021 03:46:59 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "190" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e5fe6af6690f6491194fc0223b355da1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cd78b4c-ca30-44bb-9c73-155341111856", + "apim-request-id": "e029f33c-48eb-4011-91f2-441c19b03ed5", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:39 GMT", + "Date": "Sat, 06 Feb 2021 03:46:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:39Z", - "createdDateTime": "2020-11-17T20:14:39Z", - "expirationDateTime": "2020-11-18T20:14:39Z", + "jobId": "8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:00Z", + "createdDateTime": "2021-02-06T03:47:00Z", + "expirationDateTime": "2021-02-07T03:47:00Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:14:39Z" + "lastUpdateDateTime": "2021-02-06T03:47:00Z" }, "completed": 0, "failed": 0, @@ -105,91 +93,79 @@ } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c22721a113540c5c7d4db56795b725e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27240135-db76-4712-9350-c5df80cce32f", + "apim-request-id": "aa0e5546-be73-47b4-8a24-8a093ae347e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:40 GMT", + "Date": "Sat, 06 Feb 2021 03:47:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:40Z", - "createdDateTime": "2020-11-17T20:14:39Z", - "expirationDateTime": "2020-11-18T20:14:39Z", - "status": "running", + "jobId": "8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:00Z", + "createdDateTime": "2021-02-06T03:47:00Z", + "expirationDateTime": "2021-02-07T03:47:00Z", + "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:14:40Z" + "lastUpdateDateTime": "2021-02-06T03:47:00Z" }, "completed": 0, "failed": 0, - "inProgress": 1, - "total": 1 + "inProgress": 0, + "total": 0 } } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c5f8bf9fc78e66c8b2bbe62e4a2e1669", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f4ef4d9-6814-46b7-b7e0-e8e9a27941da", + "apim-request-id": "41456bf3-7de0-4400-b390-c16a8f58946f", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:14:42 GMT", + "Date": "Sat, 06 Feb 2021 03:47:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "displayName": "AnalyzeOperationWithLanguageTest", - "jobId": "e4a2155b-520a-4414-a0c3-0fca622977f9_637411680000000000", - "lastUpdateDateTime": "2020-11-17T20:14:40Z", - "createdDateTime": "2020-11-17T20:14:39Z", - "expirationDateTime": "2020-11-18T20:14:39Z", + "jobId": "8cfd2407-8c0c-407b-b6df-c3fecb43e119_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:01Z", + "createdDateTime": "2021-02-06T03:47:00Z", + "expirationDateTime": "2021-02-07T03:47:00Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:14:40Z" + "lastUpdateDateTime": "2021-02-06T03:47:01Z" }, "completed": 1, "failed": 0, @@ -198,9 +174,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithLanguageTest", - "lastUpdateDateTime": "2020-11-17T20:14:40.0942518Z", + "lastUpdateDateTime": "2021-02-06T03:47:01.512667Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -233,6 +208,6 @@ "Variables": { "RandomSeed": "915431106", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasks.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasks.json index 1a0ea9d0a0f9..eea2095c7071 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasks.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasks.json @@ -5,10 +5,11 @@ "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", - "Content-Length": "546", + "Content-Length": "561", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-861428ed29b12e4eb1b789e312edace3-afa359f0eed97c42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "36d74cae0543ad22b4752e104a677574", "x-ms-return-client-request-id": "true" }, @@ -39,6 +40,7 @@ "entityRecognitionPiiTasks": [ { "parameters": { + "domain": "phi", "model-version": "latest", "stringIndexType": "Utf16CodeUnit" } @@ -56,49 +58,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d0750bd8-671a-42cc-bf3b-5e29ce0c4bb3", - "Date": "Fri, 15 Jan 2021 21:51:30 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", + "apim-request-id": "582583a6-e524-4bf3-abef-271276334907", + "Date": "Sat, 06 Feb 2021 03:42:24 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "426" + "x-envoy-upstream-service-time": "182" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "360f939000899016ea2d36ca05142466", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9fa7c565-b224-4d16-9d61-a136cd3f3ee1", + "apim-request-id": "7033643b-15c9-428c-a776-9208bb0e9e4d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:30 GMT", + "Date": "Sat, 06 Feb 2021 03:42:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:30Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:24Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:30Z" + "lastUpdateDateTime": "2021-02-06T03:42:24Z" }, "completed": 0, "failed": 0, @@ -108,151 +110,120 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "32033b4d84a2f3a2ac913141d710299b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6235e0c3-28aa-4a4b-98aa-1bbafbc214ff", + "apim-request-id": "d030db9d-4752-4c99-afb9-a10a047a080d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:32 GMT", + "Date": "Sat, 06 Feb 2021 03:42:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "430" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", - "status": "running", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:24Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:24Z" }, "completed": 0, "failed": 0, - "inProgress": 3, - "total": 3 + "inProgress": 0, + "total": 0 } } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f287b823979aae6e35464c16cf57a89f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "519ed302-5c0a-44fe-adf9-9dd80c1e1885", + "apim-request-id": "5e294563-dc36-40b3-837c-9f04e245d37d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:33 GMT", + "Date": "Sat, 06 Feb 2021 03:42:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "482" + "x-envoy-upstream-service-time": "121" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, - "completed": 1, + "completed": 0, "failed": 0, - "inProgress": 2, - "total": 3, - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] + "inProgress": 3, + "total": 3 } } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0fc2c75142640bd1f11c89f7cfd5b8da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccf52733-5680-4024-ab6d-f0d18b9562d8", + "apim-request-id": "e0f0bf2e-f3f8-44f0-afdf-21e804c5dc68", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:35 GMT", + "Date": "Sat, 06 Feb 2021 03:42:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "292" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -261,9 +232,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -293,38 +263,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4da79a03318db6cbcc54fd5b388b2454", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac63e78f-0038-4010-9c60-e3f03a2d4968", + "apim-request-id": "bc4c6092-a2c6-410c-8a7b-0b54cbc4f1da", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:36 GMT", + "Date": "Sat, 06 Feb 2021 03:42:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "377" + "x-envoy-upstream-service-time": "164" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -333,9 +303,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -365,38 +334,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "10ef92e91a4de036e67c017e0d76df5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "512fae73-9bcf-4575-adfe-503504f9e455", + "apim-request-id": "3635800e-804c-4777-8ce4-9198628bd554", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:37 GMT", + "Date": "Sat, 06 Feb 2021 03:42:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "173" + "x-envoy-upstream-service-time": "223" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -405,9 +374,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -437,38 +405,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3412728d5bb02012fb0c420f4575d365", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cb54e5c-a7a1-4c87-9c1b-e4f7a2c4741c", + "apim-request-id": "08eb7556-7644-4eda-94e1-6b89e52906da", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:39 GMT", + "Date": "Sat, 06 Feb 2021 03:42:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" + "x-envoy-upstream-service-time": "155" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -477,9 +445,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -509,38 +476,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3d0e35f7a8e5e98c63c76610304da856", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "41cfc40b-e39d-4cea-88f8-3f653c78b2e4", + "apim-request-id": "f50aa42b-9e82-4fba-84a8-4c51f9cba998", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:40 GMT", + "Date": "Sat, 06 Feb 2021 03:42:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "252" + "x-envoy-upstream-service-time": "127" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -549,9 +516,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -581,38 +547,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c5cd9d75ef798da47fcf1441d8269b70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7203f44-c043-48a8-92e8-6afe5c413f66", + "apim-request-id": "f8b72548-d39c-41e0-8341-b059718d7f23", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:41 GMT", + "Date": "Sat, 06 Feb 2021 03:42:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "269" + "x-envoy-upstream-service-time": "148" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -621,9 +587,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -653,38 +618,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d8869ca8a267e579e629d0e8f401f0ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "554725f5-3021-4531-8824-bd8cebea170a", + "apim-request-id": "f89c5738-697e-4308-9316-f39f19e54635", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:43 GMT", + "Date": "Sat, 06 Feb 2021 03:42:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -693,9 +658,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -725,38 +689,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a79aeb630da808eb9080bd16944a103c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a8220cb-8e24-42e2-a54e-4737d8da45d1", + "apim-request-id": "3ae588de-7512-486d-bcb6-a6b4ae728ec2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:45 GMT", + "Date": "Sat, 06 Feb 2021 03:42:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "161" + "x-envoy-upstream-service-time": "172" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -765,9 +729,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -797,38 +760,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9368f62bd0c6d3ee23e8df501fbb997e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30bdbac8-57c0-4ec6-bb42-553cf7d8e60e", + "apim-request-id": "bf309cd2-1b02-4442-a600-69c83d8a074d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:46 GMT", + "Date": "Sat, 06 Feb 2021 03:42:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" + "x-envoy-upstream-service-time": "162" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -837,9 +800,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -869,38 +831,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ecde66dff38c9bc8b17e47e7e563509b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "477f8946-38db-4202-b119-b9c090084a8b", + "apim-request-id": "f657616b-e755-40af-ade9-2cef737464b5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:47 GMT", + "Date": "Sat, 06 Feb 2021 03:42:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" + "x-envoy-upstream-service-time": "171" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -909,9 +871,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -941,38 +902,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "febd93185c9993e7fdc784bf2d9ae8d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08ff7eb0-3b03-4d5b-8273-198a560ff70e", + "apim-request-id": "aa9c13c5-627e-418f-9947-1e7b2b4514e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:48 GMT", + "Date": "Sat, 06 Feb 2021 03:42:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "239" + "x-envoy-upstream-service-time": "166" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -981,9 +942,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1013,38 +973,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2e363ee7236b38b02ecce2488807edc0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2046d111-4635-4c51-8100-d69f7a603ea1", + "apim-request-id": "175414f8-bd59-4e8a-8ea5-cefd605f5770", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:50 GMT", + "Date": "Sat, 06 Feb 2021 03:42:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "137" + "x-envoy-upstream-service-time": "148" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1053,9 +1013,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1085,38 +1044,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8b3844989bfe83e57f4befc46f086d16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d72b1592-4483-406b-b24a-addc3d223eb1", + "apim-request-id": "c79684b0-b5c1-4e31-a3c5-50486578b6d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:51 GMT", + "Date": "Sat, 06 Feb 2021 03:42:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "921" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1125,9 +1084,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1157,38 +1115,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a6ff7395222cf430e384cfcc7a9e0af5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "802a09a8-11aa-4844-a812-70ab84ef6cc8", + "apim-request-id": "6e0c9325-2814-4c32-84a1-cb928df5627e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:52 GMT", + "Date": "Sat, 06 Feb 2021 03:42:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "181" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1197,9 +1155,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1229,38 +1186,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e927c4d95d624cd658b3af2033ebc925", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96e5986b-cc18-400f-b2a0-9de014df1f51", + "apim-request-id": "dc171036-19db-40f8-83b6-5e46e59b1416", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:54 GMT", + "Date": "Sat, 06 Feb 2021 03:42:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "210" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1269,9 +1226,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1301,38 +1257,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "15b2cc5e470775931443a779cb1908e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd1177c8-0610-495d-b002-516c13353808", + "apim-request-id": "02688765-ae1b-4ccf-9234-c93efad6c6c8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:55 GMT", + "Date": "Sat, 06 Feb 2021 03:42:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" + "x-envoy-upstream-service-time": "145" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1341,9 +1297,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1373,38 +1328,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "aaeaf94084e038b39db34d79720fc1f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62497d35-8c62-4365-89df-69f7e8c28aa5", + "apim-request-id": "7ec5930f-04e9-443e-919a-441ef06aca05", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:56 GMT", + "Date": "Sat, 06 Feb 2021 03:42:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "140" + "x-envoy-upstream-service-time": "144" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1413,9 +1368,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1445,38 +1399,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ae6daabbf5eb92ee30b1d51fb55c813f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1c6773ed-91f4-40d9-b15d-f676cec5fbef", + "apim-request-id": "6e7105c2-ea8f-44c5-99b3-5949d5f3f94e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:58 GMT", + "Date": "Sat, 06 Feb 2021 03:42:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "185" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1485,9 +1439,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1517,38 +1470,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3adfceaa1e00da44187a7854f91a0204", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a7c1a77-508f-4722-8b97-06d2199bdc5d", + "apim-request-id": "59b9422a-d338-4826-a283-781a3ba8be17", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:51:59 GMT", + "Date": "Sat, 06 Feb 2021 03:42:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "207" + "x-envoy-upstream-service-time": "564" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1557,9 +1510,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1589,38 +1541,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "20beb0825aab4af40b58792fae948240", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b91485e-e79a-474b-ac2e-4ba175a531a9", + "apim-request-id": "b7166f0e-2fd0-4cc5-91ff-c147f3f43516", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:00 GMT", + "Date": "Sat, 06 Feb 2021 03:42:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "180" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1629,9 +1581,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1661,38 +1612,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a3ce0e3286309cf6659295717d9a9916", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6204a041-47e1-4f79-8a33-adf40cfade46", + "apim-request-id": "7a48202c-fde9-4ebb-9abd-52b64de72c32", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:02 GMT", + "Date": "Sat, 06 Feb 2021 03:42:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "346" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1701,9 +1652,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1733,38 +1683,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "059dd1ae609d4f93da942ea8a4152b84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1fed429-259f-456e-bfc6-d00106db2b10", + "apim-request-id": "c3f664c1-2ad1-4fff-a79a-114dc45c211b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:03 GMT", + "Date": "Sat, 06 Feb 2021 03:42:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "131" + "x-envoy-upstream-service-time": "154" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1773,9 +1723,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1805,38 +1754,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea2137f85e4bfbd4b922bb18c583cc71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "829c2dd0-88f1-469c-9d16-75fa3b73d6e0", + "apim-request-id": "4cabe958-83a5-490e-8edd-f8703b06ebc4", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:04 GMT", + "Date": "Sat, 06 Feb 2021 03:42:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "180" + "x-envoy-upstream-service-time": "148" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1845,9 +1794,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1877,38 +1825,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dd8063bf7df6d2a37a7ec99b584ef74f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd33bcd5-a785-45f6-935a-217868030138", + "apim-request-id": "1d735707-609c-4d7e-b467-17b6c7944f79", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:06 GMT", + "Date": "Sat, 06 Feb 2021 03:42:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "171" + "x-envoy-upstream-service-time": "174" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1917,9 +1865,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1949,38 +1896,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "46791167ae784fcafca14b7ba47b8a57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f14deace-258f-470e-a841-cb335b7d793a", + "apim-request-id": "8381fbfc-786b-4387-82fd-87d6c773944a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:07 GMT", + "Date": "Sat, 06 Feb 2021 03:43:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "129" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -1989,9 +1936,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2021,38 +1967,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "41e9bdc74d957a8d934f70cd9539a36b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "baff8291-a104-4692-99cd-897d2e85de8a", + "apim-request-id": "7f1c97ca-01fb-43bc-a5cd-9fa6a09e6c47", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:08 GMT", + "Date": "Sat, 06 Feb 2021 03:43:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" + "x-envoy-upstream-service-time": "157" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2061,9 +2007,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2093,38 +2038,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b3b16b2a860a10f99830e15432272dff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19a7f98f-5fea-4ce5-853a-6082d5760731", + "apim-request-id": "f1af97dc-1157-4662-9f65-563c1bd26bfb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:09 GMT", + "Date": "Sat, 06 Feb 2021 03:43:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" + "x-envoy-upstream-service-time": "173" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2133,9 +2078,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2165,38 +2109,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ad372f3b66519ba84feb2283dfdbac3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d701d21d-d1ae-4972-8be5-6f1b6b2cab07", + "apim-request-id": "f26dad86-d888-446c-a7ad-1843b6ff13cc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:12 GMT", + "Date": "Sat, 06 Feb 2021 03:43:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "216" + "x-envoy-upstream-service-time": "139" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2205,9 +2149,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2237,38 +2180,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3851dffed7c9414cc4d8a9646c38486b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37d240e1-b448-4ea7-a57d-45c3c1cea71f", + "apim-request-id": "fc778d4f-7549-44aa-8d6b-8061d68f3d6b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:13 GMT", + "Date": "Sat, 06 Feb 2021 03:43:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "171" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2277,9 +2220,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2309,38 +2251,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "22d9702208667306b1982f0bd3d1d29a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "397a14d9-e254-40ba-b625-fb758cceae5a", + "apim-request-id": "b2306abb-96a0-431f-b380-88e13147dd94", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:14 GMT", + "Date": "Sat, 06 Feb 2021 03:43:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "143" + "x-envoy-upstream-service-time": "149" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2349,9 +2291,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2381,38 +2322,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "52561d75f4d61c352591d68d0d55ac4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "58c49c05-c301-4932-8f6d-bee53a0e732c", + "apim-request-id": "2e0d9271-1f55-4eca-89c5-7858c8dd270e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:16 GMT", + "Date": "Sat, 06 Feb 2021 03:43:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "156" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2421,9 +2362,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2453,38 +2393,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cd0546b59724f55dd9dd8731a7416df3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f61053e1-a82c-4ae9-9ce6-75b0a04ba1b6", + "apim-request-id": "b156f16c-df32-4596-962d-249a5cf33d02", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:17 GMT", + "Date": "Sat, 06 Feb 2021 03:43:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "174" + "x-envoy-upstream-service-time": "147" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2493,9 +2433,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2525,38 +2464,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4fee0e05f6e12d953abcfdd43278665b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa6932a9-9847-406b-a7e0-71e988f623f3", + "apim-request-id": "671fd908-3f77-45c7-a4db-441163d4f396", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:18 GMT", + "Date": "Sat, 06 Feb 2021 03:43:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "134" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2565,9 +2504,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2597,38 +2535,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8c55e2eb05cbde76c06078f86c0475e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "040df55c-863b-4245-84c4-3b580883534a", + "apim-request-id": "e4368b6d-8a12-43a8-9a88-db8a4c3639bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:20 GMT", + "Date": "Sat, 06 Feb 2021 03:43:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "234" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2637,9 +2575,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2669,38 +2606,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ff87e3235d67bf6ab1d892679a88c360", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b1e0689a-3d23-453b-a0d9-076e2a68050e", + "apim-request-id": "08fe4bca-0901-441f-b534-a5841453c7e1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:21 GMT", + "Date": "Sat, 06 Feb 2021 03:43:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" + "x-envoy-upstream-service-time": "188" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2709,9 +2646,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2741,38 +2677,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c4462c77e1ebff2897108e817d9cc036", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1628065c-56fb-4586-ab3c-b78c02c79dda", + "apim-request-id": "fbd50d7e-4da4-40e4-acf3-c897209b19fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:22 GMT", + "Date": "Sat, 06 Feb 2021 03:43:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "160" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2781,9 +2717,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2813,38 +2748,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4eb1184767f18df47896dbf2730f4437", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a849f92b-230c-42a2-b0cb-aa57b0274b76", + "apim-request-id": "d390a8b0-7ed6-43d3-b726-32599bedd0d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:23 GMT", + "Date": "Sat, 06 Feb 2021 03:43:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "144" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2853,9 +2788,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2885,38 +2819,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4081179cb0be42f9bb886756cfe84114", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c6f1ecf4-2ddb-48c6-9cf4-d92f5f726654", + "apim-request-id": "6891db63-cee6-465b-a9e2-670848c5100f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:25 GMT", + "Date": "Sat, 06 Feb 2021 03:43:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "159" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2925,9 +2859,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2957,38 +2890,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "81205b1774d7106f38b84c5505358b88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cf4a843-4bc8-43a9-a509-4e93076e6dd7", + "apim-request-id": "a737a7ad-68ba-41b6-b817-3abfb66ce2cb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:26 GMT", + "Date": "Sat, 06 Feb 2021 03:43:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-envoy-upstream-service-time": "145" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -2997,9 +2930,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3029,38 +2961,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "66e556cc801b97781f6e9368ff9dbe90", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc91d8db-0443-4c4e-9333-40e83c0700f4", + "apim-request-id": "e5660485-8cbf-44ec-9799-a290bc47d78c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:27 GMT", + "Date": "Sat, 06 Feb 2021 03:43:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "117" + "x-envoy-upstream-service-time": "159" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3069,9 +3001,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3101,38 +3032,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "17dbc754c2ee2760a770070563a43d85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "466a28f0-c61e-48b1-8ff9-00728a30e868", + "apim-request-id": "85e2e4ce-3d94-43b0-927c-e69e696028a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:29 GMT", + "Date": "Sat, 06 Feb 2021 03:43:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "219" + "x-envoy-upstream-service-time": "143" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3141,9 +3072,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3173,38 +3103,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "788adefcdb0397f8e3886169e107109b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43f66071-739c-4eae-8b3b-635f07cba63d", + "apim-request-id": "106f0d05-571a-48b9-911b-a5d01b430aa7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:30 GMT", + "Date": "Sat, 06 Feb 2021 03:43:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "192" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3213,9 +3143,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3245,38 +3174,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3e00bcfa73590999f6bdbeab7872337b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a9afcbf-c5c6-4053-8f25-fdc473accd3c", + "apim-request-id": "ac74807f-9802-44b5-9338-cec25dbe1556", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:31 GMT", + "Date": "Sat, 06 Feb 2021 03:43:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" + "x-envoy-upstream-service-time": "150" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3285,9 +3214,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3317,38 +3245,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "206b0d314612788cce44346561f646a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0c6dd3e-5839-41db-9d1d-8070e8671ffe", + "apim-request-id": "fd2f1622-9188-4fce-9649-0c4dd9ea780d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:33 GMT", + "Date": "Sat, 06 Feb 2021 03:43:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "177" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3357,9 +3285,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3389,38 +3316,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a70a6c5ffea3892b458081461d4d1e71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fef8b77e-92b4-45e6-976c-c7e97eefb2e0", + "apim-request-id": "3bb017fd-a889-444d-9011-c21d1992e65d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:34 GMT", + "Date": "Sat, 06 Feb 2021 03:43:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "127" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3429,9 +3356,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3461,38 +3387,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d337e555ef9bb4882f8770153f33a8ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33500515-ec9c-4bc0-8ae8-2820ef382a45", + "apim-request-id": "1ee34789-c49e-4103-a574-d14f8c843cdc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:35 GMT", + "Date": "Sat, 06 Feb 2021 03:43:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "170" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 1, "failed": 0, @@ -3501,9 +3427,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3533,118 +3458,48 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0b4b1d768b6732d8e1e2db92c4465b80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "721cac47-7c61-4dca-8700-674fc17e47fd", + "apim-request-id": "7a6152b4-ef7a-47c0-ae0e-baf3a258c622", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:37 GMT", + "Date": "Sat, 06 Feb 2021 03:43:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" + "x-envoy-upstream-service-time": "168" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, - "completed": 2, + "completed": 1, "failed": 0, - "inProgress": 1, + "inProgress": 2, "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3674,38 +3529,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7b10c32573be7005e456781b8e164911", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "014e01b4-acf1-4245-a7f7-40107f094045", + "apim-request-id": "02c6a626-4f73-45e2-9b9d-e159449eabbe", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:38 GMT", + "Date": "Sat, 06 Feb 2021 03:43:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "388" + "x-envoy-upstream-service-time": "244" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -3714,9 +3569,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3726,21 +3580,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -3748,44 +3602,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3815,38 +3652,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ffcf81d81202c9090d05f1b814f6efe8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8257f315-84b9-492e-8dea-5d94ea21a0b3", + "apim-request-id": "9bb12ba6-8232-40c5-ba65-22fb2dcc3eb6", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:40 GMT", + "Date": "Sat, 06 Feb 2021 03:43:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "268" + "x-envoy-upstream-service-time": "396" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -3855,9 +3692,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3867,21 +3703,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -3889,44 +3725,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3956,38 +3775,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7cf0ef2c2c23034018db271113bca3cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91d5590a-367e-4075-8fb9-61510e1e276c", + "apim-request-id": "a63d47bb-43f4-4ee8-9e13-50d6a36e490e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:41 GMT", + "Date": "Sat, 06 Feb 2021 03:43:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "248" + "x-envoy-upstream-service-time": "200" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -3996,9 +3815,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4008,21 +3826,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4030,44 +3848,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4097,38 +3898,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "43b9ca985b77127db9476db9814c5bee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9ad4d6b5-918b-458a-a380-a492a32eb018", + "apim-request-id": "f580913d-c190-4520-b23b-305205a8fb0c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:42 GMT", + "Date": "Sat, 06 Feb 2021 03:43:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4137,9 +3938,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4149,21 +3949,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4171,44 +3971,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4238,38 +4021,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9eef8f66cd25aced40cbe727ebf8b551", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a018103-906d-4462-a438-ca6f33395f7f", + "apim-request-id": "f2d46aca-5d26-401a-8872-0b1738565647", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:44 GMT", + "Date": "Sat, 06 Feb 2021 03:43:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" + "x-envoy-upstream-service-time": "208" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4278,9 +4061,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4290,21 +4072,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4312,44 +4094,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4379,38 +4144,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4a202662ac3cd07172ddc2dcbe8782cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f389070c-a133-472f-a71a-859f3a9f1fcc", + "apim-request-id": "7fd1407b-80f0-452b-a7bf-24ca859e4cd7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:45 GMT", + "Date": "Sat, 06 Feb 2021 03:43:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" + "x-envoy-upstream-service-time": "229" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4419,9 +4184,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4431,21 +4195,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4453,44 +4217,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4520,38 +4267,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "84aa387f04cccba5dc0d02ab745526c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "20f85ab7-e4ba-4406-9da8-a545a2bd1dd7", + "apim-request-id": "cf00359a-54db-46b6-964d-5b779dc50e23", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:46 GMT", + "Date": "Sat, 06 Feb 2021 03:43:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "272" + "x-envoy-upstream-service-time": "215" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4560,9 +4307,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4572,21 +4318,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4594,44 +4340,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4661,38 +4390,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5b571c91112cbab11d1f2c480b11edb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ecf463a-0cbe-495d-80f1-6352f1845888", + "apim-request-id": "4b6e4db5-63f6-41c4-8fff-1c1d5bc5d1dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:48 GMT", + "Date": "Sat, 06 Feb 2021 03:43:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" + "x-envoy-upstream-service-time": "246" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4701,9 +4430,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4713,21 +4441,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4735,44 +4463,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4802,38 +4513,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b3a81b49314e5d8580546d2fa9c65b1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7f35414-1b6d-44a2-9a6c-41a00b7081f2", + "apim-request-id": "e799f219-89e2-4d00-b959-7c70fb4a36c3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:49 GMT", + "Date": "Sat, 06 Feb 2021 03:43:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "181" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4842,9 +4553,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4854,21 +4564,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -4876,44 +4586,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4943,38 +4636,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a24a00b726306da086ef66add75dc0ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0b8f06b0-dfdd-44f0-a3f1-290ca53abc3c", + "apim-request-id": "1012a97a-e8f9-49c3-ac53-4a4d2916a46c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:50 GMT", + "Date": "Sat, 06 Feb 2021 03:43:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "201" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -4983,9 +4676,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -4995,21 +4687,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5017,44 +4709,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5084,38 +4759,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "59614a1f73ad5f7397f9dad7a4811156", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9baa3c4c-ba6d-448b-9c66-2fa65d774a13", + "apim-request-id": "4e553cb9-667d-418d-8a91-4b8869a48d06", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:52 GMT", + "Date": "Sat, 06 Feb 2021 03:43:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "288" + "x-envoy-upstream-service-time": "273" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5124,9 +4799,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5136,21 +4810,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5158,44 +4832,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5225,38 +4882,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0a9110c34ac623887a3a2c5ecad88522", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f8161d7-1ab8-432a-9598-0c46bbc584a7", + "apim-request-id": "01d0ae0f-42ea-4324-b386-5fa5046196e1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:53 GMT", + "Date": "Sat, 06 Feb 2021 03:43:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "213" + "x-envoy-upstream-service-time": "390" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5265,9 +4922,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5277,21 +4933,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5299,44 +4955,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5366,38 +5005,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5f10a2940265436f8deb0b364bc8c905", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "952ea905-699c-44f5-9e80-5feb43ebcf68", + "apim-request-id": "c101051d-36dd-4176-b0fe-d197da0b40fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:54 GMT", + "Date": "Sat, 06 Feb 2021 03:43:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "211" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5406,9 +5045,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5418,21 +5056,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5440,44 +5078,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5507,38 +5128,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c7e910deb5ccd404c13ede72461494bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8268b9b-d3c2-45e3-9902-fafd0738393a", + "apim-request-id": "0df52554-2d0c-4795-af86-024cbd951e91", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:57 GMT", + "Date": "Sat, 06 Feb 2021 03:43:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "218" + "x-envoy-upstream-service-time": "201" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5547,9 +5168,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5559,21 +5179,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5581,44 +5201,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5648,38 +5251,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0142b773b171c1f1a14d7ddb3f51d7b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb4ddca1-e292-4c7f-8ecd-ddeceb8d53c1", + "apim-request-id": "4414bf6b-c024-41db-8c0d-abed81b07b09", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:52:58 GMT", + "Date": "Sat, 06 Feb 2021 03:43:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "216" + "x-envoy-upstream-service-time": "213" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5688,9 +5291,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5700,21 +5302,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5722,44 +5324,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5789,38 +5374,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ba802770beeedf569e3b9d2723fcfd78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "407d6214-2a0d-4818-9dc3-b69ad07a05d8", + "apim-request-id": "551c9963-3f86-42ee-8475-fdc7f3f1e17b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:00 GMT", + "Date": "Sat, 06 Feb 2021 03:43:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "255" + "x-envoy-upstream-service-time": "207" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5829,9 +5414,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5841,21 +5425,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -5863,44 +5447,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5930,38 +5497,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "93c24c56c8852c931f27267f37289570", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d56f5a23-1a7b-48e2-b93d-839ab0943f2b", + "apim-request-id": "8dbcd002-2aff-4a6a-beb5-c4c4d556e755", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:01 GMT", + "Date": "Sat, 06 Feb 2021 03:43:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "194" + "x-envoy-upstream-service-time": "244" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -5970,9 +5537,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -5982,21 +5548,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6004,44 +5570,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6071,38 +5620,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1f012c66da94b5d06163633614c99da4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "343dafd7-32db-4f01-85fb-e2368a68fba7", + "apim-request-id": "5e970a03-8891-4c98-ba08-c3fb29701f9b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:02 GMT", + "Date": "Sat, 06 Feb 2021 03:43:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "213" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6111,9 +5660,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6123,21 +5671,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6145,44 +5693,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6212,38 +5743,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f3850550438ea82c94539bc698d7a775", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "459ea63d-b6b4-48cb-9772-5e3324139524", + "apim-request-id": "571723af-d126-4a54-aa9f-96e166a7f698", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:04 GMT", + "Date": "Sat, 06 Feb 2021 03:43:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "217" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6252,9 +5783,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6264,21 +5794,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6286,44 +5816,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6353,38 +5866,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f7c02da6defa7be37b0d3222655d1855", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "655ab1d6-da83-4295-8b46-d40c0b6e390a", + "apim-request-id": "a70bacc9-1a5b-472b-9fee-e602d2e6207a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:05 GMT", + "Date": "Sat, 06 Feb 2021 03:43:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" + "x-envoy-upstream-service-time": "160" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6393,9 +5906,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6405,21 +5917,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6427,44 +5939,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6494,38 +5989,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "322e818aa1a323e1ff598b413e091d8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e9a5f11-bfab-45da-8c0c-8bb3f4307852", + "apim-request-id": "c9c4d71c-12c4-4f61-9040-fee15541245d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:06 GMT", + "Date": "Sat, 06 Feb 2021 03:44:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "256" + "x-envoy-upstream-service-time": "239" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6534,9 +6029,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6546,21 +6040,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6568,44 +6062,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6635,38 +6112,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e68fedbba60972a921097881110a4336", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ab959db-02c3-4db5-b247-9b79ac22bdfb", + "apim-request-id": "7fc179fa-86d7-47db-a0ca-eeb171cbfa42", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:08 GMT", + "Date": "Sat, 06 Feb 2021 03:44:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "229" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6675,9 +6152,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6687,21 +6163,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6709,44 +6185,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6776,38 +6235,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "163c463b75a804d14b9cf7a152a23c71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95f7d815-d286-4573-9ef0-e450a2c51361", + "apim-request-id": "189c1074-9143-457c-8831-f0a62b43bdb6", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:09 GMT", + "Date": "Sat, 06 Feb 2021 03:44:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "235" + "x-envoy-upstream-service-time": "216" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6816,9 +6275,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6828,21 +6286,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6850,44 +6308,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6917,38 +6358,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7766a8ef31cde44bd7bc109a296012f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14610e2f-4465-40b5-ae01-e61bb773c228", + "apim-request-id": "04992e9a-3a9c-4020-809f-34592d207044", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:10 GMT", + "Date": "Sat, 06 Feb 2021 03:44:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "206" + "x-envoy-upstream-service-time": "180" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -6957,9 +6398,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -6969,21 +6409,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -6991,44 +6431,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7058,38 +6481,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f806541507cc46e11c8a9b6cae071f7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69899540-b0ff-4ed0-8b74-2984c68fae6a", + "apim-request-id": "3d37cc18-7be5-4261-9ff9-37b519174822", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:12 GMT", + "Date": "Sat, 06 Feb 2021 03:44:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "222" + "x-envoy-upstream-service-time": "196" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7098,9 +6521,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7110,21 +6532,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7132,44 +6554,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7199,38 +6604,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "689106cccca30969fa583eeb6536dbeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d2a30157-80ee-49d4-b388-5b514547465a", + "apim-request-id": "540778e5-7829-4ef5-a11f-d05f22ebe3c9", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:13 GMT", + "Date": "Sat, 06 Feb 2021 03:44:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "241" + "x-envoy-upstream-service-time": "2186" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7239,9 +6644,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7251,21 +6655,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7273,44 +6677,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7340,38 +6727,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fe8c028a449be8a4c6205a4295df35cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b799fcd-ef43-4781-8ff3-2815f467c69b", + "apim-request-id": "629114c9-cada-412a-88c2-03eab38fe4bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:14 GMT", + "Date": "Sat, 06 Feb 2021 03:44:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "292" + "x-envoy-upstream-service-time": "222" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7380,9 +6767,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7392,21 +6778,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7414,44 +6800,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7481,38 +6850,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "23ce909da9cf4952ebfcfe74c8f5e1e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e9cfbf78-656e-4000-810d-36c5ed3338b9", + "apim-request-id": "2d5f434c-726b-48e9-9ace-e88a4f09d524", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:16 GMT", + "Date": "Sat, 06 Feb 2021 03:44:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "162" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7521,9 +6890,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7533,21 +6901,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7555,44 +6923,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7622,38 +6973,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ace2b0af207b87e361a8a2837126731b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "498ee63b-f910-4573-afa6-49234aba49e9", + "apim-request-id": "df18f2db-63c8-46c7-9711-4799f4e84d3c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:17 GMT", + "Date": "Sat, 06 Feb 2021 03:44:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "216" + "x-envoy-upstream-service-time": "323" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7662,9 +7013,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7674,21 +7024,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7696,44 +7046,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7763,38 +7096,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d44e6e22b868e11baf42139f463020d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7fe4f9d5-d3d2-4a93-ad43-f35dac6c6e32", + "apim-request-id": "d3b1f139-13a5-489d-97ed-432d34dc9819", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:18 GMT", + "Date": "Sat, 06 Feb 2021 03:44:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "330" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7803,9 +7136,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7815,21 +7147,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7837,44 +7169,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7904,38 +7219,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e593743e89fc7d54ac46c12607ced8c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb838e9b-bbca-4000-91e9-8ba356a28910", + "apim-request-id": "279b5293-89ab-4676-be4b-85dfeadbb999", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:20 GMT", + "Date": "Sat, 06 Feb 2021 03:44:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "341" + "x-envoy-upstream-service-time": "243" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -7944,9 +7259,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -7956,21 +7270,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -7978,44 +7292,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8045,38 +7342,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5951e2890ca7f67d9401fc390d444130", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09c3fff2-fb56-4f78-b6c6-285fee1f7120", + "apim-request-id": "5b206af9-6d4e-4a4c-9b5d-9da440a9f620", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:21 GMT", + "Date": "Sat, 06 Feb 2021 03:44:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "166" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8085,9 +7382,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8097,21 +7393,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8119,44 +7415,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8186,38 +7465,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fc44d1888e92981e1ad12821f6f5d9e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c9fa7c1-1d1c-4007-a3fa-9308a07b2685", + "apim-request-id": "b30e96d6-66e9-4d07-abb5-cdb26ecec402", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:23 GMT", + "Date": "Sat, 06 Feb 2021 03:44:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "223" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8226,9 +7505,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8238,21 +7516,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8260,44 +7538,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8327,38 +7588,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "63164e6ac6de3128f79d51fb8d1b7067", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3436eb1-ce6c-4067-9dc9-4a69d4325dcb", + "apim-request-id": "13af9723-e596-4a1e-9697-07bf86549659", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:24 GMT", + "Date": "Sat, 06 Feb 2021 03:44:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "235" + "x-envoy-upstream-service-time": "198" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8367,9 +7628,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8379,21 +7639,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8401,44 +7661,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8468,38 +7711,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "359d9105db89fa32c3b93fd6e45cff9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc89da34-489d-496d-9d16-c49bbbd90b2f", + "apim-request-id": "3bc274fa-bb61-46b4-a691-a81654aa03f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:25 GMT", + "Date": "Sat, 06 Feb 2021 03:44:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "182" + "x-envoy-upstream-service-time": "188" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8508,9 +7751,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8520,21 +7762,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8542,44 +7784,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8609,38 +7834,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bece1a27dd2ec151a81305f43d220aff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5080a3e7-3dfc-48e8-b87e-9d7511b0f7e8", + "apim-request-id": "88bcc588-95ac-41bf-911d-247a38e4d929", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:27 GMT", + "Date": "Sat, 06 Feb 2021 03:44:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" + "x-envoy-upstream-service-time": "264" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8649,9 +7874,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8661,21 +7885,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8683,44 +7907,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8750,38 +7957,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "651bc061a4578e571b1b9f2587514d9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "484f8896-e1a2-40e0-8c07-2877047c22d4", + "apim-request-id": "559068f2-5df8-44b0-ad85-7134c2cc7fa1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:29 GMT", + "Date": "Sat, 06 Feb 2021 03:44:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "180" + "x-envoy-upstream-service-time": "218" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8790,9 +7997,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8802,21 +8008,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8824,44 +8030,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8891,38 +8080,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "73d4b29db14c27393fdc8c76d63ebda1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e76c5dd4-5596-4367-86a8-f546a55a4bc8", + "apim-request-id": "dc0288f4-5320-4aef-8cde-bd738b313183", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:30 GMT", + "Date": "Sat, 06 Feb 2021 03:44:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "221" + "x-envoy-upstream-service-time": "215" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -8931,9 +8120,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -8943,21 +8131,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -8965,44 +8153,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9032,21 +8203,21 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "24753fae9a408347c33fa2133d2c3956", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09c4b755-0e52-4d1c-8f65-693e87bddfdf", + "apim-request-id": "46e57b22-a426-49fe-8c08-3985cbb80ade", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:31 GMT", + "Date": "Sat, 06 Feb 2021 03:44:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", @@ -9054,16 +8225,16 @@ }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -9072,9 +8243,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9084,21 +8254,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -9106,44 +8276,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9173,38 +8326,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8a566ac5974eafb387f4267b17e1b8dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09e77a44-d00d-494c-9544-fdd55ea93150", + "apim-request-id": "a2f1b5b5-cade-400d-8e46-8a05cf3805a4", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:33 GMT", + "Date": "Sat, 06 Feb 2021 03:44:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "285" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, "completed": 2, "failed": 0, @@ -9213,9 +8366,8 @@ "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9225,21 +8377,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -9247,44 +8399,27 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9314,49 +8449,48 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4877fe5d28dc03596b51b00c0e26e912", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e3c4a19-abbe-4e37-a1d2-845d25990587", + "apim-request-id": "85983791-4d26-4022-a2ec-bf380110855b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:34 GMT", + "Date": "Sat, 06 Feb 2021 03:44:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "383" + "x-envoy-upstream-service-time": "209" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "d201455e-1656-4a19-810b-4bc65600d67e_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:51:31Z", - "createdDateTime": "2021-01-15T21:51:30Z", - "expirationDateTime": "2021-01-16T21:51:30Z", - "status": "succeeded", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31Z" + "lastUpdateDateTime": "2021-02-06T03:42:26Z" }, - "completed": 3, + "completed": 2, "failed": 0, - "inProgress": 0, + "inProgress": 1, "total": 3, "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -9366,21 +8500,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -9388,56 +8522,524 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], - "entityRecognitionPiiTasks": [ + "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { - "redactedText": "********* was founded by ********** and **********.", "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, + "keyPhrases": [ + "Bill Gates", + "Paul Allen", + "Microsoft" + ], + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "gato", + "perro", + "veterinario" + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-07-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6bb035a232e716528cc69d4c73cb6ce1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "00a8ed00-2f9a-408e-8806-cc7257145817", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:44:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "185" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationWithMultipleTasks", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "running", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26Z" + }, + "completed": 2, + "failed": 0, + "inProgress": 1, + "total": 3, + "entityRecognitionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "entities": [ + { + "text": "Microsoft", + "category": "Organization", + "offset": 0, + "length": 9, + "confidenceScore": 0.97 + }, + { + "text": "Bill Gates", + "category": "Person", + "offset": 25, + "length": 10, + "confidenceScore": 1.0 + }, + { + "text": "Paul Allen", + "category": "Person", + "offset": 40, + "length": 10, + "confidenceScore": 0.99 + } + ], + "warnings": [] + }, + { + "id": "2", + "entities": [ + { + "text": "veterinario", + "category": "PersonType", + "offset": 36, + "length": 11, + "confidenceScore": 0.96 + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-01-15" + } + } + ], + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "keyPhrases": [ + "Bill Gates", + "Paul Allen", + "Microsoft" + ], + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "gato", + "perro", + "veterinario" + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-07-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3eb5c587f1b49c7a11531ffde7a6a061", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ce305bc4-a42c-4f5e-8ce4-e12b0c33c8a7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:44:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "142" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationWithMultipleTasks", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "running", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26Z" + }, + "completed": 2, + "failed": 0, + "inProgress": 1, + "total": 3, + "entityRecognitionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "entities": [ + { + "text": "Microsoft", + "category": "Organization", + "offset": 0, + "length": 9, + "confidenceScore": 0.97 + }, + { + "text": "Bill Gates", + "category": "Person", + "offset": 25, + "length": 10, + "confidenceScore": 1.0 + }, + { + "text": "Paul Allen", + "category": "Person", + "offset": 40, + "length": 10, + "confidenceScore": 0.99 + } + ], + "warnings": [] + }, + { + "id": "2", + "entities": [ + { + "text": "veterinario", + "category": "PersonType", + "offset": 36, + "length": 11, + "confidenceScore": 0.96 + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-01-15" + } + } + ], + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "keyPhrases": [ + "Bill Gates", + "Paul Allen", + "Microsoft" + ], + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "gato", + "perro", + "veterinario" + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-07-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e1d8130a4c302af6ac61bb158b0d8f9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "77d28e87-57ac-4a72-8c8e-980b804e9d6d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:44:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "212" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationWithMultipleTasks", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "running", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26Z" + }, + "completed": 2, + "failed": 0, + "inProgress": 1, + "total": 3, + "entityRecognitionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "entities": [ + { + "text": "Microsoft", + "category": "Organization", + "offset": 0, + "length": 9, + "confidenceScore": 0.97 + }, + { + "text": "Bill Gates", + "category": "Person", + "offset": 25, + "length": 10, + "confidenceScore": 1.0 + }, + { + "text": "Paul Allen", + "category": "Person", + "offset": 40, + "length": 10, + "confidenceScore": 0.99 + } + ], + "warnings": [] + }, + { + "id": "2", + "entities": [ + { + "text": "veterinario", + "category": "PersonType", + "offset": 36, + "length": 11, + "confidenceScore": 0.96 + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-01-15" + } + } + ], + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "keyPhrases": [ + "Bill Gates", + "Paul Allen", + "Microsoft" + ], + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "gato", + "perro", + "veterinario" + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-07-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4985cee5ab70b05ebb135a9313552ee5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "366cf10a-abe4-4bb5-9d18-1a3d33c0eb06", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:44:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "263" + }, + "ResponseBody": { + "displayName": "AnalyzeOperationWithMultipleTasks", + "jobId": "89c47e9c-806f-4089-bbd1-f0cfc01064ff_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:42:26Z", + "createdDateTime": "2021-02-06T03:42:24Z", + "expirationDateTime": "2021-02-07T03:42:24Z", + "status": "succeeded", + "errors": [], + "tasks": { + "details": { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26Z" + }, + "completed": 3, + "failed": 0, + "inProgress": 0, + "total": 3, + "entityRecognitionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "id": "1", + "entities": [ + { + "text": "Microsoft", + "category": "Organization", + "offset": 0, + "length": 9, + "confidenceScore": 0.97 + }, + { + "text": "Bill Gates", + "category": "Person", + "offset": 25, + "length": 10, + "confidenceScore": 1.0 + }, + { + "text": "Paul Allen", + "category": "Person", + "offset": 40, + "length": 10, + "confidenceScore": 0.99 + } + ], + "warnings": [] + }, + { + "id": "2", + "entities": [ + { + "text": "veterinario", + "category": "PersonType", + "offset": 36, + "length": 11, + "confidenceScore": 0.96 + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-01-15" + } + } + ], + "entityRecognitionPiiTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", + "results": { + "documents": [ + { + "redactedText": "Microsoft was founded by ********** and **********.", + "id": "1", + "entities": [ { "text": "Bill Gates", "category": "Person", @@ -9476,9 +9078,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:51:31.9025058Z", + "lastUpdateDateTime": "2021-02-06T03:42:26.4823081Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasksAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasksAsync.json index 4d0e97cfe03e..513bd9574660 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasksAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithMultipleTasksAsync.json @@ -5,10 +5,11 @@ "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", - "Content-Length": "546", + "Content-Length": "561", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-04e28e2ab2fea742886922b0e48f74c6-1fa0a0c16940934c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "84b09b92aaeab256574bef378bac8fd4", "x-ms-return-client-request-id": "true" }, @@ -39,6 +40,7 @@ "entityRecognitionPiiTasks": [ { "parameters": { + "domain": "phi", "model-version": "latest", "stringIndexType": "Utf16CodeUnit" } @@ -56,49 +58,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8683dfa7-82ad-452c-b88e-92cdf4b1d588", - "Date": "Fri, 15 Jan 2021 21:53:35 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", + "apim-request-id": "1d3ec725-71ca-43d4-bc20-ec24044a2d98", + "Date": "Sat, 06 Feb 2021 03:47:02 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "28fe54c562f9429f154e7e8cbd24fdd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5bf52cf8-8c61-43fe-b213-d26015369d4d", + "apim-request-id": "07246932-119b-4d99-95fc-0861fde0c362", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:35 GMT", + "Date": "Sat, 06 Feb 2021 03:47:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:35Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:03Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:35Z" + "lastUpdateDateTime": "2021-02-06T03:47:03Z" }, "completed": 0, "failed": 0, @@ -108,38 +110,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5a26188dff6bc6bb1f8fa159c08c192", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eeeca59b-9d6f-4e11-9b72-cf8cb6a957c2", + "apim-request-id": "2d90acf7-af77-4860-b238-3b948df2e8fd", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:36 GMT", + "Date": "Sat, 06 Feb 2021 03:47:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" + "x-envoy-upstream-service-time": "135" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 0, "failed": 0, @@ -149,79 +151,109 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d5de44db1316307dfb6e6e9b2cc9f433", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "763ebcc6-bc11-436f-b244-17756f1c1657", + "apim-request-id": "6309fff3-39b9-4aac-9629-3bb9e62948ae", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:38 GMT", + "Date": "Sat, 06 Feb 2021 03:47:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" + "x-envoy-upstream-service-time": "209" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, - "completed": 0, + "completed": 1, "failed": 0, - "inProgress": 3, - "total": 3 + "inProgress": 2, + "total": 3, + "keyPhraseExtractionTasks": [ + { + "name": "AnalyzeOperationWithMultipleTasks", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", + "results": { + "documents": [ + { + "id": "1", + "keyPhrases": [ + "Bill Gates", + "Paul Allen", + "Microsoft" + ], + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "gato", + "perro", + "veterinario" + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-07-01" + } + } + ] } } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2aae184eb909e6dee94276006789a50d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5ed8cb8-135f-4fe3-8ab6-50cdce9d77d4", + "apim-request-id": "b9291047-c3c6-4592-b59f-2096124c04c8", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:39 GMT", + "Date": "Sat, 06 Feb 2021 03:47:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "150" + "x-envoy-upstream-service-time": "956" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -230,9 +262,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -262,38 +293,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "79b1eb8c274575c0e472da8870cf8fe8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "903c8bed-d760-4f33-8d05-01d68953d1db", + "apim-request-id": "65778079-76e3-45f5-a3c4-918c9c910815", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:40 GMT", + "Date": "Sat, 06 Feb 2021 03:47:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "179" + "x-envoy-upstream-service-time": "164" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -302,9 +333,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -334,38 +364,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "83c6c7049759218966f8ecd39c7cc871", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da6ed664-8380-4b59-b07d-bb057cadbb3d", + "apim-request-id": "b4edd16c-b8e0-411b-9d35-aec419b286c7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:42 GMT", + "Date": "Sat, 06 Feb 2021 03:47:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "139" + "x-envoy-upstream-service-time": "232" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -374,9 +404,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -406,38 +435,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "400e61c97b1727ed58394696df567619", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f94ff9f1-8ef6-4f9e-b912-427fe04d5776", + "apim-request-id": "49564b85-4c9d-44e7-9710-ece71f44dc29", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:43 GMT", + "Date": "Sat, 06 Feb 2021 03:47:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "132" + "x-envoy-upstream-service-time": "168" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -446,9 +475,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -478,38 +506,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ffc8eb221c3f5b3628f124d3aecd867", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e8f88c9-9273-4768-9a03-3a2b574fe639", + "apim-request-id": "e7a28c64-2276-4071-be6e-0f895d266589", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:44 GMT", + "Date": "Sat, 06 Feb 2021 03:47:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "164" + "x-envoy-upstream-service-time": "144" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -518,9 +546,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -550,38 +577,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0fbf68a94fc088d0da9f2b2051f24210", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b360964d-cbab-488f-9378-158ea731ccf6", + "apim-request-id": "2211b630-2a4a-4cbf-9474-01e4319b30af", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:45 GMT", + "Date": "Sat, 06 Feb 2021 03:47:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "181" + "x-envoy-upstream-service-time": "208" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -590,9 +617,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -622,38 +648,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0e20d3822980a7aeae19de88689fec6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "558de853-6744-4ee2-a0b7-673a3382ae9c", + "apim-request-id": "36eef830-2239-45b0-90a8-d20fb25699d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:47 GMT", + "Date": "Sat, 06 Feb 2021 03:47:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "179" + "x-envoy-upstream-service-time": "191" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -662,9 +688,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -694,38 +719,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "77edde6166976358be73c523f693a470", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b7a4ec4-d647-4c45-af03-ac9edd43366d", + "apim-request-id": "a018a0b6-443d-4253-b0d5-d280f3034428", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:48 GMT", + "Date": "Sat, 06 Feb 2021 03:47:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "159" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -734,9 +759,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -766,38 +790,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "67cb024dcacb80e6b91761a771471f3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c1cb456-4d72-4caf-b1fd-98f03d1befc2", + "apim-request-id": "5a640a8e-8bf9-499a-a692-010ee37d2df3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:49 GMT", + "Date": "Sat, 06 Feb 2021 03:47:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "259" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -806,9 +830,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -838,38 +861,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "72bebeb3ca051b787abd4f0c638bb11a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cf53908-f2da-4b47-ad79-868f16ed80d3", + "apim-request-id": "b1a59fb9-db2e-41a6-b3ee-e6df35107632", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:51 GMT", + "Date": "Sat, 06 Feb 2021 03:47:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "179" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -878,9 +901,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -910,38 +932,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "663a6d7584d496a0f86cbd7f05b0f176", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37673610-4637-45a2-9a90-cf4847817852", + "apim-request-id": "9b9fb24f-74aa-4d22-b7b5-0258eb22372b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:52 GMT", + "Date": "Sat, 06 Feb 2021 03:47:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "145" + "x-envoy-upstream-service-time": "209" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -950,9 +972,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -982,38 +1003,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "37708b5432d4826a8ab0ed0e7ad91c2e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "66962fe2-e4d8-4334-9484-7ab17d06e0d3", + "apim-request-id": "fd874413-7026-4ccb-8300-ca1ed6e19ec6", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:53 GMT", + "Date": "Sat, 06 Feb 2021 03:47:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "179" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1022,9 +1043,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1054,38 +1074,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "03324666b90d2e661e2879980cf815c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba3641cc-6c85-4ca2-8925-2109a7779ede", + "apim-request-id": "b9fa6310-85e8-4911-a121-86cedd93ec11", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:55 GMT", + "Date": "Sat, 06 Feb 2021 03:47:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-envoy-upstream-service-time": "129" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1094,9 +1114,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1126,38 +1145,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d8b8d8cb791a424603b7db2397911b1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "671d79ce-ea4a-4678-b341-55fdfe8d381e", + "apim-request-id": "9c04f157-2c56-4664-ba71-8072930ca3fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:56 GMT", + "Date": "Sat, 06 Feb 2021 03:47:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "178" + "x-envoy-upstream-service-time": "148" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1166,9 +1185,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1198,38 +1216,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bf198f4fee7e9a69244218abb8d27691", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ddedb3e-6aee-4459-9e48-0e02b2706b97", + "apim-request-id": "93799429-307d-4d24-9a66-26fba44fe64a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:57 GMT", + "Date": "Sat, 06 Feb 2021 03:47:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "239" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1238,9 +1256,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1270,38 +1287,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a142239a4421ec13ffef0055dd42968c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75dc3c7c-85f0-4001-94e5-26e57628fada", + "apim-request-id": "7ad088af-1831-472f-ac75-25907eb9d25d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:53:59 GMT", + "Date": "Sat, 06 Feb 2021 03:47:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "191" + "x-envoy-upstream-service-time": "131" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1310,9 +1327,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1342,38 +1358,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7d485b0c56dfdd4b6f1db3d8609a8a30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcfca8af-0bf9-4035-a906-cc2c9e290c5b", + "apim-request-id": "b8640601-3b4b-4490-81d2-8abde8f752ac", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:01 GMT", + "Date": "Sat, 06 Feb 2021 03:47:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" + "x-envoy-upstream-service-time": "187" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1382,9 +1398,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1414,38 +1429,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "74894a41794e0bfd7b2cbf8eee13bde2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62a0cd25-4906-428b-b510-fcc5dee6c395", + "apim-request-id": "2d956632-3770-4d75-b50e-df884a210368", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:02 GMT", + "Date": "Sat, 06 Feb 2021 03:47:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "182" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1454,9 +1469,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1486,38 +1500,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5d9f8babf88943b1d7653203903a8c64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49c9a57e-a7ee-4b84-aa24-627f74105167", + "apim-request-id": "08cf1798-fd1d-45cf-9fc4-3efabe42b23c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:03 GMT", + "Date": "Sat, 06 Feb 2021 03:47:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "157" + "x-envoy-upstream-service-time": "180" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1526,9 +1540,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1558,38 +1571,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9214cf6522b9923d5e3d01b297bdee5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcfa9004-e615-47b0-ac0b-acadf215b487", + "apim-request-id": "908e2e83-9be2-44ae-8e6e-b471da730315", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:05 GMT", + "Date": "Sat, 06 Feb 2021 03:47:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "117" + "x-envoy-upstream-service-time": "145" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1598,9 +1611,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1630,38 +1642,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d42dd15f2cfb48a798459ce947f97a40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6550e2e6-5755-4b67-8fb1-b9965be0e39e", + "apim-request-id": "8633bd4d-fb48-4856-84a0-b1e74d88cfa3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:06 GMT", + "Date": "Sat, 06 Feb 2021 03:47:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "154" + "x-envoy-upstream-service-time": "157" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1670,9 +1682,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1702,38 +1713,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1e285aa02aff88284d0cff4cf7feac1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1260f67f-018b-4704-ac37-ebd189254543", + "apim-request-id": "b4e11544-c10c-4792-b147-267da0a3d006", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:07 GMT", + "Date": "Sat, 06 Feb 2021 03:47:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" + "x-envoy-upstream-service-time": "134" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1742,9 +1753,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1774,38 +1784,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bfa4d676b70d386928cbf97385544b64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "877491dc-5415-46d7-9e21-18bd5966a261", + "apim-request-id": "b4b24769-c300-4027-aa8e-c1f3ab56d449", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:08 GMT", + "Date": "Sat, 06 Feb 2021 03:47:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "148" + "x-envoy-upstream-service-time": "164" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1814,9 +1824,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1846,38 +1855,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3c12c0c2d094355ba8a586ee2d5b5199", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b12e0138-39b7-4e6a-9123-00e7c4400fe3", + "apim-request-id": "8e4bae0a-cc50-4ffb-a8bb-56643e95b991", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:10 GMT", + "Date": "Sat, 06 Feb 2021 03:47:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "188" + "x-envoy-upstream-service-time": "162" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1886,9 +1895,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1918,38 +1926,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "70728299bb55e933f1f0f63430b502f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "edf97f63-6ff7-49e3-b69b-973feec2c7aa", + "apim-request-id": "ea9291fe-58c9-45ce-8fab-9bfac5e3ed29", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:11 GMT", + "Date": "Sat, 06 Feb 2021 03:47:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "189" + "x-envoy-upstream-service-time": "159" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -1958,9 +1966,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -1990,38 +1997,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "36899ac16feca6857a6e1668307a0acd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c600b24-1ab9-4522-b8a7-cb433b537945", + "apim-request-id": "ae12be28-c5ea-4c2d-9d03-389e5fcac408", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:12 GMT", + "Date": "Sat, 06 Feb 2021 03:47:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "180" + "x-envoy-upstream-service-time": "163" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2030,9 +2037,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2062,38 +2068,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "03da6079dae2070f8d294ba4d92704f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b58ef526-4a3f-4f04-acb1-f368a0d67653", + "apim-request-id": "1f807bfa-fb8c-4746-b367-f79c650fdec2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:14 GMT", + "Date": "Sat, 06 Feb 2021 03:47:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2102,9 +2108,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2134,38 +2139,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "932d8da21ad129adfccbf6e6a4cbb876", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab2c82c8-7d42-4edd-85d7-12530b372c61", + "apim-request-id": "6c654a5b-32e1-4e27-9fca-b1769043044f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:15 GMT", + "Date": "Sat, 06 Feb 2021 03:47:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "186" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2174,9 +2179,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2206,38 +2210,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d0ba29e5ffdbe7168a81a9c323e1cd53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "408437dc-aeac-49e8-a6bd-26edd5c4b833", + "apim-request-id": "4ed03efb-c1a5-43af-a916-f424aad22d6b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:16 GMT", + "Date": "Sat, 06 Feb 2021 03:47:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "173" + "x-envoy-upstream-service-time": "185" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2246,9 +2250,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2278,38 +2281,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a2c6236a774d5efbb2b00617e32962c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1004c84-f5ee-4ce4-bd83-66646cf2b58a", + "apim-request-id": "16e7ddeb-0cb6-41c5-bf98-745652bfda70", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:17 GMT", + "Date": "Sat, 06 Feb 2021 03:47:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "154" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2318,9 +2321,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2350,38 +2352,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b0bed470336ca2177745095071e9061a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "342631d8-e459-468b-be13-23ca804b9680", + "apim-request-id": "77fb4ba3-9d21-416a-afe8-0ed3d47ec05c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:19 GMT", + "Date": "Sat, 06 Feb 2021 03:47:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "170" + "x-envoy-upstream-service-time": "122" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2390,9 +2392,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2422,38 +2423,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "817ba2fe16046e292d5c1d2bf8fe0360", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7dadbae6-a3cc-46ba-b9fb-137fded01024", + "apim-request-id": "dbfdd533-2163-42df-97a4-1d4fbb35020c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:20 GMT", + "Date": "Sat, 06 Feb 2021 03:47:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2462,9 +2463,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2494,38 +2494,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4f53e71e1c2336e70b232b076dabedc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95a2609b-0889-4f5a-bd77-5ed92c9ca8e0", + "apim-request-id": "22d206ba-b828-4541-b66c-cc145ddfb56d", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:22 GMT", + "Date": "Sat, 06 Feb 2021 03:47:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "193" + "x-envoy-upstream-service-time": "151" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2534,9 +2534,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2566,38 +2565,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4119ebaae1ad59bdaa50821016eca978", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c36758c5-0b72-4f3b-b838-90542963b738", + "apim-request-id": "61807ac2-dd19-4eba-9d74-9832966f4063", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:23 GMT", + "Date": "Sat, 06 Feb 2021 03:47:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "139" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2606,9 +2605,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2638,38 +2636,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8a31a842b696e1f7bb4575e1eb220082", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd9aba48-ff4f-4b89-a814-d857dccd18df", + "apim-request-id": "d5e8368f-c3bc-4cef-a570-a669ad3bee35", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:25 GMT", + "Date": "Sat, 06 Feb 2021 03:47:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "134" + "x-envoy-upstream-service-time": "177" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2678,9 +2676,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2710,38 +2707,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0c81546ec2e53db229f9a4d29ad61f1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7596739-5522-490c-bdcf-96915fcd75fb", + "apim-request-id": "bbf1d9fe-1984-4ec1-977c-972aa2cc63b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:26 GMT", + "Date": "Sat, 06 Feb 2021 03:47:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "157" + "x-envoy-upstream-service-time": "188" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2750,9 +2747,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2782,38 +2778,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c4c4b2796279f332f43885686cdb6e88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3293cc25-27f3-4914-9d8e-c133b91f2e61", + "apim-request-id": "786b8d9f-e4f0-42e8-be79-f5a4afeaca69", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:27 GMT", + "Date": "Sat, 06 Feb 2021 03:47:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2822,9 +2818,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2854,38 +2849,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c2a1004f9c6a8093f6f4609d122446e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f6e3f7f-ef3a-4d84-bbd5-834b6ea6566c", + "apim-request-id": "44bf0692-bbf8-49cf-8ddc-d991bb2dc348", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:29 GMT", + "Date": "Sat, 06 Feb 2021 03:47:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "169" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2894,9 +2889,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2926,38 +2920,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "386755253c5e0c08218d18ad3c4ad04d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b686de9c-5a88-4565-a0f3-995d59ebbb8d", + "apim-request-id": "2fbb5912-b613-486b-846f-dc52d55adde6", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:30 GMT", + "Date": "Sat, 06 Feb 2021 03:47:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "149" + "x-envoy-upstream-service-time": "178" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -2966,9 +2960,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -2998,38 +2991,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9a831c8a5d35dcb41f44ce850195e1cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be8263b2-070d-4054-bc99-55248ca77765", + "apim-request-id": "396670c2-2d59-4065-9ced-ac085a28d1fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:31 GMT", + "Date": "Sat, 06 Feb 2021 03:48:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "142" + "x-envoy-upstream-service-time": "164" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3038,9 +3031,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3070,38 +3062,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1642a0f13674122af795a0dc84e643ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "07ca47df-29da-4aa8-ad2e-46915bd6059c", + "apim-request-id": "3147f3bd-d908-4fc7-a6b0-cef6338acc8f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:32 GMT", + "Date": "Sat, 06 Feb 2021 03:48:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "162" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3110,9 +3102,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3142,38 +3133,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f5121223aca1c7b0a08b19196e820a8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13d40353-925b-4a0f-8586-5235c91f8e18", + "apim-request-id": "5af69ad3-f766-4b87-a46d-eb1564049957", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:34 GMT", + "Date": "Sat, 06 Feb 2021 03:48:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "168" + "x-envoy-upstream-service-time": "133" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3182,9 +3173,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3214,38 +3204,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9cbb49acba0854d9f270a29fbdd75839", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abd69556-255c-4421-a711-2fa2888d8fce", + "apim-request-id": "11d39390-6662-4844-9fe5-d0a19d945e64", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:35 GMT", + "Date": "Sat, 06 Feb 2021 03:48:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "253" + "x-envoy-upstream-service-time": "154" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3254,9 +3244,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3286,38 +3275,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ef622300eb83442df07a75e81c10a474", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81f9c028-cdac-4014-a2d9-97433bfe5368", + "apim-request-id": "ef3d2c85-c84b-4b3a-86ae-8bf95105610b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:37 GMT", + "Date": "Sat, 06 Feb 2021 03:48:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" + "x-envoy-upstream-service-time": "199" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3326,9 +3315,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3358,38 +3346,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3a30148ba62a69a239bd03310a100ac9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78c45816-1afc-4517-8c9f-e12ab3b947ea", + "apim-request-id": "dd6707c9-d23b-41c7-8f2e-47d62c116c9f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:38 GMT", + "Date": "Sat, 06 Feb 2021 03:48:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "175" + "x-envoy-upstream-service-time": "193" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3398,9 +3386,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3430,38 +3417,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4b19e0321b20c0081b77ac8d44f038e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13caca4d-907f-404b-9a05-2b1a41aa804c", + "apim-request-id": "d08d3d69-ba37-4001-a604-c4c63d88a9cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:39 GMT", + "Date": "Sat, 06 Feb 2021 03:48:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "123" + "x-envoy-upstream-service-time": "225" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3470,9 +3457,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3502,38 +3488,38 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a8142ecc1da7590f80f8b5c5e8fc3adf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04c10e8f-0e54-41a7-87f3-11827455c2ec", + "apim-request-id": "67c22819-db07-4c7c-8689-351b053741fe", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:40 GMT", + "Date": "Sat, 06 Feb 2021 03:48:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "165" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, "completed": 1, "failed": 0, @@ -3542,9 +3528,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3574,118 +3559,48 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3cb6ac7059f770540b6f1eb2fa152548", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37e86f60-bd54-40a8-b213-32db4d671317", + "apim-request-id": "44ae1f80-31a8-40e7-804b-8ea2a6d616cb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:42 GMT", + "Date": "Sat, 06 Feb 2021 03:48:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "223" + "x-envoy-upstream-service-time": "196" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, - "completed": 2, + "completed": 1, "failed": 0, - "inProgress": 1, + "inProgress": 2, "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3715,49 +3630,48 @@ } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "db64218561fc1421d1bfca276543d81f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75b1524d-ef2a-4cc2-9234-41026bd480b6", + "apim-request-id": "3a09269e-d556-45a5-b250-a4f7b59151b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:43 GMT", + "Date": "Sat, 06 Feb 2021 03:48:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "226" + "x-envoy-upstream-service-time": "369" }, "ResponseBody": { "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", + "jobId": "b39b7656-e7d8-4b22-ad7a-acc75bc3dbcd_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:47:04Z", + "createdDateTime": "2021-02-06T03:47:03Z", + "expirationDateTime": "2021-02-07T03:47:03Z", + "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" + "lastUpdateDateTime": "2021-02-06T03:47:04Z" }, - "completed": 2, + "completed": 3, "failed": 0, - "inProgress": 1, + "inProgress": 0, "total": 3, "entityRecognitionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", @@ -3767,21 +3681,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -3789,6260 +3703,32 @@ { "id": "2", "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, { "text": "veterinario", "category": "PersonType", "offset": 36, "length": 11, - "confidenceScore": 0.52 + "confidenceScore": 0.96 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "971dcc3dfb3a72ebd9a39c37ff5c5f6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "785a76f6-2c98-4cc1-9b48-ec190f68690f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:44 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "204" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ + "entityRecognitionPiiTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { + "redactedText": "Microsoft was founded by ********** and **********.", "id": "1", "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c73f6dd35e970fe38ba16a378e2c0bc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "500ee144-8a47-458f-bb47-12e8801e51be", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "199" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2d75ff978df78a0e36f20158c4e91574", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cb913df5-0baa-48ef-9aa6-ab305d8f2040", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "215" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f8535f601104de87e90e0c9890b3e4ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bfac3ef2-cce1-4cc7-ab5e-4e7d6583e2ea", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "249" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ffa0d49831e646735fb591a55c8a4aa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5f4f6eb1-a2cb-484d-99e8-d8dd8c4aeaf2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "203" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2fd7f68c13d986c4779743e98175f982", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "34ff738b-3a7b-4af4-9690-eb1338685b57", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "175" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "efc0540e15492e8eec0d984f7fe2815f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "44d9e090-6cd5-4e43-bb5a-0d51879ab8c5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "226" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9a0c6ac3b4dc85d4101a884fed89c4e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3d5b5090-ba57-43c4-bda8-f158d9e04d59", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "211" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "08960ebb5bc9765867a843cb7a750695", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f8e4a6e5-670e-461c-a001-9ed2365d1939", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "451" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1626e4155e6959a6803bdf2e8d3e4162", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b9959441-ae34-4b99-b5de-ee9a63377bed", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "237" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7193af48794b67961295323371080b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cd496686-1d27-4cb5-9754-9dab026e70b1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:54:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "237" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0939f213ad635c80683d878e7b29e928", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "00ff8ad8-c139-4f83-a72e-000c15fb3d8f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "214" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "ca82e06795e19b4a4ebe04d32b72e777", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "abab5faa-8577-4648-bb89-681b41a4bd5f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "210" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "9a1a443037049bff2e36080df107ece8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3ecbee9a-4a8b-487f-bd19-a6bc6ab2b2fc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "208" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "91cc09ab40867eb9a89ebba4a8ac30f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1de1f25d-60f2-4d0a-b2c2-d9506a06cf06", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "176" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "375e10564e0f2f24e1e79caa8c3ca946", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5057b9df-f2af-42b1-a610-8d5f861eb58e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "245" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "21281cd256a6eff18a9cf2667c5af282", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "939ac122-11e2-4b99-af7a-89cecdd6f351", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "221" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e1b71306b4a95cd9e59caf9ea30ff26c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a29cc502-9a27-4b0c-b022-dea65dae81dc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1252" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8bd274f40e84ff4f1e6ead735cbdb387", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fbe00679-861d-4471-8d4d-4577deb168cb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "473" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "79a419f4c8841d9c43cb3c0aa7524c7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1db2ac7-f7c6-4162-bbe3-4c75776f94c4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "218" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "077285a96688f7fec4b7c23b07660028", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "20b93104-9fa8-46f2-b99e-9b095d15430c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "167" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8aaa27e8796b2ce7d8b448b8d24458cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c9b3504-2856-4ec8-a822-dd92c59a79e9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "169" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d6c93222ab4b8dfe1badb4cc056116dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "beaf1f07-304e-49a4-8776-36bf74ecfd7d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "356" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7f2113cbc1a7300f9e462fd41e45247f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7de14c3f-6439-4d17-9b70-28dbc155e21a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "192" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d419f65f299c3ddd281c6ebec41a2777", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ba1afc8-79b6-4f04-baef-d316e38dccab", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "186" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "bfed6a9dd8236024239838057c2a6fd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "df0ad6bf-2d5e-406f-a0b3-0ddc2711b586", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "199" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0e6d35884247a14036e4568b53516c83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "727d63f2-d2df-446c-adb6-779ccc8c781c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "206" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b337b81f6557865cd2b9b104f0d8c1fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "76ad0607-d57a-403f-beb7-9e12a4a219ab", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "243" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8e3597ad18ad5a2f294c893e82980cd1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c8c4f99b-fe64-41f5-89fe-e463b88841e9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "206" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c4e6b42cbbf3237fd9e63c8e903cb05d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cc2b6512-463d-4053-8be8-99aebb559f9f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "254" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "bbde5823dd1b06d688dc8a0adc1d0439", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "359969e9-f7d8-496f-8ff2-147f92becacf", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "241" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3bd8dfacfcf2f10b1812b5c6dba1caed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa53e2a7-8928-43ec-aa7e-cafc80d58889", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "180" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "291b2b9b50ba4eb5dedf3b17317446bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e7aea61a-2118-4b47-9fa5-9818b5e3fe6b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "153" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b1e103e17564266b4deca309270f2ae7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "87cf9496-215f-4565-856f-df4701c20629", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "b16f9d12da015b7e29895d12c1f3c0a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4fdb1684-60ba-49db-a7dc-7ec23be2e08e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "298" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "d8e5facb19bf2688bff5dccdadac26cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "65bfa528-9821-402f-88c4-dc0c55b522f7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "188" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "940554b4950407ba848587da18586459", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0d44d1bc-9325-4d4d-80f3-f7b9fbc4bc7d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "200" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "2d3dff2c522af8271449f10bfeb0ad7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "158598de-71ea-4ab7-992a-907fd10bfef8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "219" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "6c5e8d622cee359f40dd533991ad0e66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "785daae3-6a84-441b-b5e4-9d306e288bc2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "163" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "aea18390f96e61a52c0c7fbba3ae08d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6883dde3-62f3-43f4-aca2-bb0f517364be", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "247" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "8a7809d7f8fa006a5f07ed4cffed6766", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f42e6dc2-6eac-4c90-9c02-a7171b799a43", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "193" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7b7b8b3bff0f690ee8fc3fe2ace49192", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6fb374de-87d6-4f50-8fb4-53a016f93a05", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "232" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "88617fd58335986b18a14f670c58623f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dc634936-c187-4a95-8b71-fa90d85d439a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:44 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "231" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Bill Gates", - "Paul Allen", - "Microsoft" - ], - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "gato", - "perro", - "veterinario" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-07-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "188018a58d32d8c5fb0ea1fdb887537b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1c8871a-2391-489d-8a74-c23f023c1b44", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 15 Jan 2021 21:55:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "225" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithMultipleTasks", - "jobId": "b75ec872-40fc-45b0-b0f1-ded6b45207e6_637462656000000000", - "lastUpdateDateTime": "2021-01-15T21:53:36Z", - "createdDateTime": "2021-01-15T21:53:35Z", - "expirationDateTime": "2021-01-16T21:53:35Z", - "status": "succeeded", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36Z" - }, - "completed": 3, - "failed": 0, - "inProgress": 0, - "total": 3, - "entityRecognitionTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, - { - "text": "Bill Gates", - "category": "Person", - "offset": 25, - "length": 10, - "confidenceScore": 0.85 - }, - { - "text": "Paul Allen", - "category": "Person", - "offset": 40, - "length": 10, - "confidenceScore": 0.9 - } - ], - "warnings": [] - }, - { - "id": "2", - "entities": [ - { - "text": "Mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 0, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "mi", - "category": "DateTime", - "subcategory": "Date", - "offset": 11, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "veterinario", - "category": "PersonType", - "offset": 36, - "length": 11, - "confidenceScore": 0.52 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ], - "entityRecognitionPiiTasks": [ - { - "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", - "results": { - "inTerminalState": true, - "documents": [ - { - "redactedText": "********* was founded by ********** and **********.", - "id": "1", - "entities": [ - { - "text": "Microsoft", - "category": "Organization", - "offset": 0, - "length": 9, - "confidenceScore": 0.83 - }, { "text": "Bill Gates", "category": "Person", @@ -10081,9 +3767,8 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithMultipleTasks", - "lastUpdateDateTime": "2021-01-15T21:53:36.3412369Z", + "lastUpdateDateTime": "2021-02-06T03:47:04.4317204Z", "results": { - "inTerminalState": true, "documents": [ { "id": "1", diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPagination.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPagination.json index e6b236667330..595a01e8f66a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPagination.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPagination.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "1971", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f013a7b410b52f4da8f0a896abc7a399-5c6364d17cdb3c42-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-9dee61681e57384ebb40d00683f8698b-2d6043a10a749644-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5a3d6c2348d829c15de122829c1d2254", "x-ms-return-client-request-id": "true" }, @@ -146,114 +146,32 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ca2f4658-bf38-4335-a7a7-328bf00c801c", - "Date": "Wed, 03 Feb 2021 00:00:22 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", + "apim-request-id": "85a43757-8102-4ef5-974d-c3187b760d62", + "Date": "Sat, 06 Feb 2021 03:44:35 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "240" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4d5c3f1f260ea429f32258bc15d3c165", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a52fc68-9669-41d1-a5aa-97048d787b08", + "apim-request-id": "034f8216-11e6-4084-a4ae-d6bb9e1568d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:22Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", - "status": "notStarted", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:22Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 0, - "total": 0 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "0814b8f9ff4d9a0118a1c7a3b4ca2d52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31c1e06c-e104-4b25-9f32-949d74d18db5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:22Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", - "status": "notStarted", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:22Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 0, - "total": 0 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e5bd681a9611fd57429866b6f0041489", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6ec14aa6-f474-4931-872c-e06212198726", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:25 GMT", + "Date": "Sat, 06 Feb 2021 03:44:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", @@ -261,57 +179,16 @@ }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:22Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", - "status": "notStarted", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:22Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 0, - "total": 0 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "e389bc1f1a0820073dc2346c5e86f029", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b60e4075-a669-4d0e-b916-44f2eb28727a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:22Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:36Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:22Z" + "lastUpdateDateTime": "2021-02-06T03:44:36Z" }, "completed": 0, "failed": 0, @@ -321,79 +198,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "aca106f5dc1663546016c5b4984baa13", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "0814b8f9ff4d9a0118a1c7a3b4ca2d52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84aa57df-1463-4e99-955c-bce1e89d7d19", + "apim-request-id": "e729c53a-d8db-438b-a3a3-bbc61004932a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:27 GMT", + "Date": "Sat, 06 Feb 2021 03:44:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f7833e8d4940ff49619da74f61ea9fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2e19f165-1c0c-443e-8c83-eb3ad5862d50", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "57" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 0, "failed": 0, @@ -403,38 +239,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "eac03ca867624373682682f2555287f2", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e5bd681a9611fd57429866b6f0041489", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5e6b951b-ba03-4793-b8f3-6829a95fdf83", + "apim-request-id": "f29feb16-567e-444b-91a6-4eb2a2a93c02", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:29 GMT", + "Date": "Sat, 06 Feb 2021 03:44:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 0, "failed": 0, @@ -444,38 +280,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "20de2017f802ace8bda24b7834050176", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e389bc1f1a0820073dc2346c5e86f029", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9fdfdc25-72fa-4df8-b513-abb5e665ca94", + "apim-request-id": "17b95b52-1c2b-4f39-aa4b-66a134721950", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:30 GMT", + "Date": "Sat, 06 Feb 2021 03:44:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 0, "failed": 0, @@ -485,38 +321,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "5b0b0877bf8a26b0ca408f1ac657aa0e", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "aca106f5dc1663546016c5b4984baa13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a63f850-8a85-4bf7-a72c-1a5c0144fdc7", + "apim-request-id": "510e17fe-5c98-4198-999b-ddce2d72f832", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:31 GMT", + "Date": "Sat, 06 Feb 2021 03:44:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "73" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 0, "failed": 0, @@ -526,38 +362,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4037b5167f0cafba54142dc01cfa0e62", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f7833e8d4940ff49619da74f61ea9fbc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "39f6cd44-0c9b-45c3-b0ef-5eeb663d779f", + "apim-request-id": "03600d0b-041a-4928-a85d-5935c762493d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:32 GMT", + "Date": "Sat, 06 Feb 2021 03:44:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "222" + "x-envoy-upstream-service-time": "246" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 1, "failed": 0, @@ -566,7 +402,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27.2996144Z", + "lastUpdateDateTime": "2021-02-06T03:44:37.9189301Z", "results": { "documents": [ { @@ -752,47 +588,47 @@ ], "errors": [], "modelVersion": "2020-07-01", - "@nextLink": "http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/c3ba0e47-ddf1-4ab6-9917-28dd9c1eeae2?$skip=20\u0026$top=3" + "@nextLink": "http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/8d0b6a13-80e1-47cc-ac1e-4c2668120d24?$skip=20\u0026$top=3" } } ] }, - "@nextLink": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?$skip=20\u0026$top=20" + "@nextLink": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?$skip=20\u0026$top=20" } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?$skip=20\u0026$top=20\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?$skip=20\u0026$top=20\u0026showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4c7a0c252b4757676fb855c169cee566", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "eac03ca867624373682682f2555287f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "53b9d31e-9901-4582-948f-be61355e8dca", + "apim-request-id": "97227c05-e0bc-4463-bc7a-b89bff0fb2a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:33 GMT", + "Date": "Sat, 06 Feb 2021 03:44:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 1, "failed": 0, @@ -801,7 +637,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27.2996144Z", + "lastUpdateDateTime": "2021-02-06T03:44:37.9189301Z", "results": { "documents": [ { @@ -841,38 +677,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000?$skip=20\u0026$top=20\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/13421a48-aad9-4365-9142-81dc917439a4_637481664000000000?$skip=20\u0026$top=20\u0026showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "7f623cf7c0cef86a4e5b077692f00ad0", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "20de2017f802ace8bda24b7834050176", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3143a4b4-4853-4586-8311-df633717ad48", + "apim-request-id": "480fe7a5-c51d-4ed1-b3b3-b4e57fc7a547", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:33 GMT", + "Date": "Sat, 06 Feb 2021 03:44:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "105" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "36a9feb2-b191-476a-9e1a-42278908583e_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:27Z", - "createdDateTime": "2021-02-03T00:00:22Z", - "expirationDateTime": "2021-02-04T00:00:22Z", + "jobId": "13421a48-aad9-4365-9142-81dc917439a4_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:44:37Z", + "createdDateTime": "2021-02-06T03:44:36Z", + "expirationDateTime": "2021-02-07T03:44:36Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27Z" + "lastUpdateDateTime": "2021-02-06T03:44:37Z" }, "completed": 1, "failed": 0, @@ -881,7 +717,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:27.2996144Z", + "lastUpdateDateTime": "2021-02-06T03:44:37.9189301Z", "results": { "documents": [ { @@ -924,6 +760,6 @@ "Variables": { "RandomSeed": "275027038", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPaginationAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPaginationAsync.json index 47113875bb8c..05a94661d2f8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPaginationAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeOperationTests/AnalyzeOperationWithPaginationAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "1971", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4297d9b429de034e849cc9c46d79ec0f-6b7f39c482a9f54c-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-d61038120e382445aebc912426260607-d5b9dd492012c243-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "21ac64e10f1baa75d580bbe74a8c1d32", "x-ms-return-client-request-id": "true" }, @@ -146,49 +146,49 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4b576f4f-83ed-4d4d-82f3-2f7c59a9dfc3", - "Date": "Wed, 03 Feb 2021 00:00:33 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", + "apim-request-id": "16635e1d-83d4-464f-8d6e-7ff5ce48b2dd", + "Date": "Sat, 06 Feb 2021 03:48:13 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b6309a59d4cb441b6d3a8ce20237d04a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae4d8a5e-660a-4394-a964-d8d9f68c6618", + "apim-request-id": "1e0169c9-4d8b-4fcc-84cd-c83c58b57259", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:34 GMT", + "Date": "Sat, 06 Feb 2021 03:48:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:34Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:13Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:34Z" + "lastUpdateDateTime": "2021-02-06T03:48:13Z" }, "completed": 0, "failed": 0, @@ -198,38 +198,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e3d0a275ac6660be41af3fd3bf957141", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77dd3739-00c6-4556-bdd2-27ac2bba71dc", + "apim-request-id": "3d3f39c6-ef9b-4b5f-9d22-09668437b4b8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:35 GMT", + "Date": "Sat, 06 Feb 2021 03:48:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "notStarted", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 0, "failed": 0, @@ -239,38 +239,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2d059a9f02910c864867b4e18393a89d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae292d8f-92ca-4ad0-929e-cd65d5969ab6", + "apim-request-id": "0c9d6fc6-dc0e-406f-9d1e-8e482072bf5e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:36 GMT", + "Date": "Sat, 06 Feb 2021 03:48:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "236" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 0, "failed": 0, @@ -280,38 +280,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a87271af3abbaccbdbd0751c954884d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f323635-8ce0-497e-b3d3-2c8982aaa47b", + "apim-request-id": "c5a01f28-539b-45da-adb7-ddb7606552b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:37 GMT", + "Date": "Sat, 06 Feb 2021 03:48:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "running", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 0, "failed": 0, @@ -321,202 +321,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "68424ac8a23173b91bc49bfef8dddcae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c615dc9-47a2-44e3-a21d-54d50c4cb743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "32" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "4e23a107c9226585ce5851c08c6a7600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8297df43-6124-4dd3-81db-9e876d0c8a37", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "40" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "3818dce33f500d6cb8ff8cf79eccb4fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d9db4d6d-37c6-4cb5-ad45-38df6918bbe6", + "apim-request-id": "f7f76039-2cd6-4553-9f93-30455a66b18a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:40 GMT", + "Date": "Sat, 06 Feb 2021 03:48:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "365" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "f414c7f33524ffb5c4dc9ad850f8e6b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "12fb551c-998b-40fd-93e1-dfb96b6fd66e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", - "status": "running", - "errors": [], - "tasks": { - "details": { - "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" - }, - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1 - } - } - }, - { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?showStats=false", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json, text/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "1b1b9a4da3c4c85d341696233c8dc601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b7d0dd1-f275-4162-99b5-89fde2893585", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "196" - }, - "ResponseBody": { - "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 1, "failed": 0, @@ -525,7 +361,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35.0857759Z", + "lastUpdateDateTime": "2021-02-06T03:48:14.506775Z", "results": { "documents": [ { @@ -711,47 +547,47 @@ ], "errors": [], "modelVersion": "2020-07-01", - "@nextLink": "http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d17481b7-3ab4-4e3c-9cb1-da2c0e42603b?$skip=20\u0026$top=3" + "@nextLink": "http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/ae2b63e6-8d24-4d38-b5b7-be5f451e572f?$skip=20\u0026$top=3" } } ] }, - "@nextLink": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?$skip=20\u0026$top=20" + "@nextLink": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?$skip=20\u0026$top=20" } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?$skip=20\u0026$top=20\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?$skip=20\u0026$top=20\u0026showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "c5cc53a48255addc27197474a593bcbf", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4e23a107c9226585ce5851c08c6a7600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6998105-add5-4e2b-93f4-0134baac9202", + "apim-request-id": "ede479a2-f385-4308-992a-747c5af50038", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:43 GMT", + "Date": "Sat, 06 Feb 2021 03:48:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "124" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 1, "failed": 0, @@ -760,7 +596,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35.0857759Z", + "lastUpdateDateTime": "2021-02-06T03:48:14.506775Z", "results": { "documents": [ { @@ -800,38 +636,38 @@ } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000?$skip=20\u0026$top=20\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000?$skip=20\u0026$top=20\u0026showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", - "x-ms-client-request-id": "04aadb1998b14f3a694cbf0d9f91c336", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3818dce33f500d6cb8ff8cf79eccb4fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2bcdc3b4-05a9-40db-a7b9-273c08f5da01", + "apim-request-id": "ce8cfbb1-3c5a-4518-96fe-df17d1a13d29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 00:00:43 GMT", + "Date": "Sat, 06 Feb 2021 03:48:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "121" }, "ResponseBody": { "displayName": "AnalyzeOperationWithSkipParameter", - "jobId": "a97db021-ae80-4a6c-ac38-40d99d6c4376_637479072000000000", - "lastUpdateDateTime": "2021-02-03T00:00:35Z", - "createdDateTime": "2021-02-03T00:00:34Z", - "expirationDateTime": "2021-02-04T00:00:34Z", + "jobId": "30b5e86e-43b7-4d8d-9b3a-5c2f304dfefc_637481664000000000", + "lastUpdateDateTime": "2021-02-06T03:48:14Z", + "createdDateTime": "2021-02-06T03:48:13Z", + "expirationDateTime": "2021-02-07T03:48:13Z", "status": "succeeded", "errors": [], "tasks": { "details": { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35Z" + "lastUpdateDateTime": "2021-02-06T03:48:14Z" }, "completed": 1, "failed": 0, @@ -840,7 +676,7 @@ "keyPhraseExtractionTasks": [ { "name": "AnalyzeOperationWithSkipParameter", - "lastUpdateDateTime": "2021-02-03T00:00:35.0857759Z", + "lastUpdateDateTime": "2021-02-06T03:48:14.506775Z", "results": { "documents": [ { @@ -883,6 +719,6 @@ "Variables": { "RandomSeed": "24609339", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTest.json index 83b9acf724f2..3615f4f02237 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0377c0ce04396149816e12b10fe471fc-98a1bf1e33d53d4e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-71b52d40abaf1245b7d6035000b53045-7d0c07373b439f42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7fbb9dea32b8080ffdad856789b2330d", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eee9a76a-ddba-4730-9f68-bb8e8264739a", + "apim-request-id": "f065b4e4-e736-4918-a71f-87c69fad5d3f", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:52 GMT", + "Date": "Sat, 06 Feb 2021 03:48:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "113" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "102" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "508530765", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTestAsync.json index 24c803d74301..ef16e2c93c2f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceFullTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f99476d5a6697942a07cf50f8ecd5a16-53d147bcadaf714d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-11f71648d0766e42beff54e799a2cd30-05675404aea1ea42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ce6282fe98018f1ea732ad3ecd9e59c", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aabe26e2-2ba9-4aa0-8257-aad55a0549e5", + "apim-request-id": "4cb68093-c960-4502-928a-d23b15ed43b3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:58 GMT", + "Date": "Sat, 06 Feb 2021 03:48:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "96" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "172625245", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTest.json index 6181a4333c03..ed266b16b6b6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-833a4edc701f2a4e87048e684e0a3835-84817e64ea697b49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-2b3506a263c6644daeca97ac5d328014-31bf95a42eba924b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "119c99db1e02c34777426e77d5c75cb6", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "133b8f43-3825-4b58-b533-0e553001fed8", + "apim-request-id": "2e246b75-063c-4c28-a5a1-7edfbd612534", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:52 GMT", + "Date": "Sat, 06 Feb 2021 03:48:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "121" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "104" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1081025872", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTestAsync.json index b06b1ba1fdec..9ca097e9d45a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-460fe9e0bf23a84ebf037851c309d616-138cb73a009c5a4d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b3fb08e792b92d4ea2e3c09a60cc0a24-67f46a2b633b6945-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9d1067da67ede0f99771b2c8070f5079", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09c1349d-a4ec-4246-aecf-17de20f6be72", + "apim-request-id": "cadbe81d-4910-4882-94da-e3efdbf5677c", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:59 GMT", + "Date": "Sat, 06 Feb 2021 03:48:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "118" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "353364953", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTest.json index b6105ea62e56..7a340642d9e4 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c82a1d6d91899e4fb33abe4b94cd4a73-fad68b377835f248-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-edc8c251928aed46b5b1ba06b832c7c2-2e591730c9c4204e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "86b79e2f0559eb97f25b1c5b233a68dd", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb8c708b-fa4a-4e82-8633-e6db13794000", + "apim-request-id": "72521db7-08f6-4aa0-a492-d4ef58437ce0", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:53 GMT", + "Date": "Sat, 06 Feb 2021 03:48:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "124" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "103" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1844243829", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTestAsync.json index 8d8369379632..c5df62860642 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithCancellationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6ce31eb6216e604fad5b2a49c55d96da-1541976b15444e4a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e57cca9bea60cd4991c6659bc1a6309f-f1011446f089f946-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "300adb4a8ab9aa03c50b104c35b7e035", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83f17eed-0322-4fc9-81f9-b6e22817a012", + "apim-request-id": "e4ba9410-4473-4913-8b70-dfca3bec4f80", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:59 GMT", + "Date": "Sat, 06 Feb 2021 03:48:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "122" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "413540855", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTest.json index 78f19af8793c..794598f25c1f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-810ee1aa247fc14bbb664cf576d162b1-a324f8ff41f64447-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-cb68cf78c25bce4bad5cdd9b468096c3-1527972bff4a2e4a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "abe848a0b41107615847f9d88e292402", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb1eff06-e75b-4841-accf-e749d1be7173", + "apim-request-id": "23c29416-f76b-4219-a30c-8781f18239e4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:53 GMT", + "Date": "Sat, 06 Feb 2021 03:48:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "92" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1867949087", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTestAsync.json index f1757c9e37bb..c3ba65c9d99f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndCancellationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3fc2a6f11f8d0148a0004a6b48a531e4-f1eb13e617ab3d49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-fbb79b6af77303428093068ed27d705e-e71e48393514b547-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e76a4622dec6c96d7ae12bfd307d2c70", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8913309-de73-4e95-984f-2f2d12020d90", + "apim-request-id": "35371c09-ecfc-4a10-9483-bda46afede73", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:59 GMT", + "Date": "Sat, 06 Feb 2021 03:48:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "110" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1600068101", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTest.json index bb72e73063b3..830ac2cf08b7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-69398041770e9e4aa557cadc43586ef9-9c1c87d0d1219243-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-71aec577c972f9498a915bd387cf79d5-fa2c32f490c73548-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ddaaf35e96b9dae8e520d1e25db41ef1", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87c372d2-9e7c-43d9-9b8d-1b71e55930d7", + "apim-request-id": "5a063281-8dbc-44a8-88b2-bb1083ac30e0", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:53 GMT", + "Date": "Sat, 06 Feb 2021 03:48:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "88" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1265629352", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTestAsync.json index 4428f4927e2b..e7736089f375 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageAndStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bcb7b68bd1c5b6458ab543e95e8320a1-ad1300b8612f2b49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f500b79fe93ddd4092a9e6ee320d5f6e-27eb0ea8b11ae041-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a461009a7ec465a3d8be1a54c58e3575", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56114a6b-48f3-45ee-a765-e5a77eca1a96", + "apim-request-id": "0e14a696-09b7-4d7e-a6b7-022e43d1ba6a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:00 GMT", + "Date": "Sat, 06 Feb 2021 03:48:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "598481068", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTest.json index b92170ca6a6f..6bb42acf5536 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-52bdae449f98d84bbe5d539ca571bc20-2a6b5be7e10b6244-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b018b2ad8c772e4d8020a74d719a4473-a034a2ca8ef1ad46-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f4f79420d55186c560e783cd65904498", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1a41da2-e9a0-4da9-b401-a1e6c76532e2", + "apim-request-id": "79ae66d6-f6d5-42d3-b0db-7e6de58a8521", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:54 GMT", + "Date": "Sat, 06 Feb 2021 03:48:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "91" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "843042242", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTestAsync.json index cf0e36b2852c..3b93f1e31aa8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-efa056c41896f84fa974ff3796bb347d-beed596c90d1374c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-ac0a2038e475cc48bf1e646353a9d18b-ac23a9d01bcdcf44-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a82300e8850457b9e1ddd84e5e66ebf5", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f7f48a00-4f65-45b6-b990-f43aab08ebce", + "apim-request-id": "9f95e79d-a705-4c62-a346-3a2e0d104a2b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:00 GMT", + "Date": "Sat, 06 Feb 2021 03:48:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "90" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1612151291", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTest.json index 09dc3f3674a7..1953ea18409c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "197", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c819b000eb0e8b4485748dbce3d61168-2c907e088fa5404e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f2ee024536894c4fa456c3a410acae85-6ce86ed2af3c7142-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d0c9faccbe22f6229408f2811c507283", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a542c0b5-1f40-4cb5-8049-9a503e0f688c", + "apim-request-id": "11d84843-3e29-4666-9815-636b1d98f2f3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:54 GMT", + "Date": "Sat, 06 Feb 2021 03:48:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "136" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": { "documents": [ @@ -252,6 +246,6 @@ "Variables": { "RandomSeed": "1558892529", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTestAsync.json index 83f9e572a724..0a1aeb5f3ebf 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithOpinionMiningTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "197", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-09d743ada5d0b34792313d93d24fba78-f9b0cb0d28b9f141-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-19fa615275f28e47a0b954cf1de9a0b3-60295a2e78525b4b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "99f36dc03d5b69cad15ff682fb68e8a9", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90cdcbc5-bafc-478b-8472-ad70dec2ac81", + "apim-request-id": "5a147490-809a-4b8a-ae44-960ddabb4cab", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:00 GMT", + "Date": "Sat, 06 Feb 2021 03:48:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "130" }, "ResponseBody": { "documents": [ @@ -252,6 +246,6 @@ "Variables": { "RandomSeed": "1809635661", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTest.json index d28d33435645..2d371d026439 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eb3c423d6aa1b643a4c31a2c0c6fcdb2-b925ec11610aa647-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-536ded2ccea5ca4a9b42adc864e3c643-b700c33e6730984b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ea37c4c5b43ade506c055e9d1167082c", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23b33cef-4c41-4197-afb1-774bef925097", + "apim-request-id": "f75e7faa-1d6a-4a71-9b11-3989f0798ffd", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:54 GMT", + "Date": "Sat, 06 Feb 2021 03:48:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1646397317", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTestAsync.json index 116003efadd7..7d3e53097833 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsAndCancellationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e55a6c4e556c394bb844ee38f98f60b3-95ee1067fdebaf47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a80e3facc1662449aaef0a50bafd3a84-817abae6a7adbf4e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d297a709781eea07c58dac26eba5fefd", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b4cad70-685b-434e-a9db-e1c491d842ba", + "apim-request-id": "a6f0bda4-6910-4966-997e-1b61e601eeba", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:01 GMT", + "Date": "Sat, 06 Feb 2021 03:48:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "95" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1063573528", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTest.json index 3b7ebbcf5089..e5a5c0b8d167 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f55a63d91e10e34e8d8aa43e24345ec8-194572fac81dc942-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-52c25a6973cf3e4b97cd0420650530b4-cd091f329f84094a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b93a282865c5e574aa1703755dff0595", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5371e031-96e1-432e-9b82-80dd18748cc9", + "apim-request-id": "8828c787-8bdc-49ce-9830-639a7d7ecb91", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:55 GMT", + "Date": "Sat, 06 Feb 2021 03:48:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "88" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1108552328", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTestAsync.json index 49bc74e4adb5..7ec789aeee5e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "222", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dc119597f9e73847b06575e93b063816-405baca885d7d641-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-77d8807a10bf494abdd664292a2413bb-e55618975c0c0948-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "896aa869bee9e15710e9b281353ff7e1", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e72f84b-b1f1-400e-a0f8-2baeee74f318", + "apim-request-id": "d29b9f76-bb85-4fea-a9f4-fb5149209d71", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:01 GMT", + "Date": "Sat, 06 Feb 2021 03:48:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "96" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1480611001", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTest.json index f040440ec67e..4f7abac2bdfe 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "224", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f9d6a7ec9e959d44a6c1fccdeb82bd83-e94c0004ec82614e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-91c8096442db0b4f9f5b3fdef498044b-d2ef4d1ac29e0d47-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f4c1d2e666ddf215fcefdfedc5dd71c8", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe987415-abb5-4a84-b7f2-844c070303ec", + "apim-request-id": "bc5240d0-d247-4e21-955c-f862d778a410", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:55 GMT", + "Date": "Sat, 06 Feb 2021 03:48:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "208" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "736" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "876796289", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTestAsync.json index 8cdd36c45139..b6353c262be2 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "224", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-17e7e429053eb243968038bd881b0b1b-544c583d4c45984c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-89e51eba24d0554e884c630826e910a7-8c4bd624c34b694f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "26baa46075d446ba158f6fd6eeae447a", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7dd7f85-960c-4867-8df2-c06cebafdbf8", + "apim-request-id": "6eae6b72-07cc-40b2-afd9-2f8e36687ba5", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:01 GMT", + "Date": "Sat, 06 Feb 2021 03:48:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "124" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "1086" }, "ResponseBody": { "documents": [ @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "539665015", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTest.json index 22b88a3684dc..e53498f4300c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "207", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9c9dda198ed1b146817ee9b7e236c2f5-f92fd96674d5fe40-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-00e9c71f5b0b864b99accf07c8eb2fc8-5681546f1b3f3349-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "381e2b63f2088d45202cae7fd25e5042", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79c9319d-55a5-4e13-8b5b-ad010376b773", + "apim-request-id": "0bae5bd1-947a-48d0-9ea2-4f32e6d928de", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:55 GMT", + "Date": "Sat, 06 Feb 2021 03:48:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "95" }, "ResponseBody": { "documents": [ @@ -118,6 +112,6 @@ "Variables": { "RandomSeed": "1934874503", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTestAsync.json index 158127f67f3d..cfea75cd8df3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "207", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-87fdd8f3be7ab246a988d4dfcb171c2e-8c7b84ff0228be49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b8f2add814bcac40aa775874a7c31afd-8f006efd95557d4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "29ac615e7a25f0506bd8c86ac7133e14", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "707390d5-fcbe-425b-b731-454d76729624", + "apim-request-id": "ae636d2d-b558-4928-9bce-c5e1ca6a030e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:01 GMT", + "Date": "Sat, 06 Feb 2021 03:48:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "118" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "documents": [ @@ -118,6 +112,6 @@ "Variables": { "RandomSeed": "951483506", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTest.json index 7e43d2dac521..14acc0004361 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0b65f6200cd4e644ba6fb4b46c428b7d-c76f437c2c70374a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdf0d4b898a2f24988bebbb8ca6ae2f6-69bb2d497aa05448-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e97c715478efd2b509099d562415356f", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "ff367ddb-5acf-4b1a-b40e-d3ab91f63b7c", + "apim-request-id": "14f06cc1-efd0-429f-af0b-02f634e92bf8", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:16:55 GMT", + "Date": "Sat, 06 Feb 2021 03:48:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "627709314", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTestAsync.json index 9d326090a9ed..314b66fdba47 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullIdTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-311e97a40728d24893ae9e00a359a140-c13778e107343f4a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8af36d40d4ba454386dd40229ea090b0-110e95f4a375cd4f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7d28785fafea6a705989dd511c352058", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b8b7d429-c178-48d2-ab27-cd39a58349db", + "apim-request-id": "a2dda01f-0eb0-44ed-a6ca-5f615ac9b4b8", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:02 GMT", + "Date": "Sat, 06 Feb 2021 03:48:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "1350287540", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTest.json index ea35161817ce..e414d9987de3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d11c5502e8a08842b052021ded992601-f5c9df1c052c1d40-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8e0b38478348344493c9e4d7aab88dfd-cba8eea99f250240-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a82047bc1e56521f19fee095619725e3", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f811a7c-c28b-4534-ac1e-f67e79b07773", + "apim-request-id": "c3823a36-5ba0-4565-b7cb-16963c3392fd", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:16:56 GMT", + "Date": "Sat, 06 Feb 2021 03:48:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "3" }, "ResponseBody": { @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "847855095", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTestAsync.json index 787a67972ded..45381f44c841 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithNullTextTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9400a321cdb65a48a08877d9e38ffa0d-1d7b907fda69f445-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6871223cbe561141900430415b3baeb2-28f1ffa19aafc249-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e4b5e1c573e3bc3fc5137a6a90633740", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69db9a8c-f3a1-4449-898d-6aad5e4e6538", + "apim-request-id": "6d1b91b4-584d-4952-a364-03373cb803c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:02 GMT", + "Date": "Sat, 06 Feb 2021 03:48:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "documents": [], @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "256924080", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTest.json index ddb4f61c15da..a933ee9492d7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "197", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c0dd553cdf95aa4aa5ad3ffe9a7b3c82-c352e397b0c9664f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ca3cab2ea24ac4fb9974339fd227315-378aea8eff2ec845-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4bb052b32c66958101e8bfb2d70a96bf", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d1eda77-266a-4828-be8a-4fa9d0ef4956", + "apim-request-id": "404b0693-efda-46d9-868b-5a5575a4f2c6", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:56 GMT", + "Date": "Sat, 06 Feb 2021 03:48:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": { "documents": [ @@ -252,6 +246,6 @@ "Variables": { "RandomSeed": "1053489488", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTestAsync.json index 325464d9692d..39a619d4bdb3 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithOpinionMiningTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "197", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5487cce55990464da6afdacad4c29eb1-ea2cb456fb1a3c49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bf747b10d567854baac9374a58ddce61-d490749fa0ccee42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "10469efe411909195ef72681bf249b22", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a13c5f1-ebeb-46b3-a6cd-6e63afb89a24", + "apim-request-id": "81b881e2-0e14-45e3-ab3d-5f61a0f2801c", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:02 GMT", + "Date": "Sat, 06 Feb 2021 03:48:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "105" }, "ResponseBody": { "documents": [ @@ -252,6 +246,6 @@ "Variables": { "RandomSeed": "1224561162", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTest.json index 88464f3731a9..2e67b29108b5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "224", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c10f3303b0e43740b770c5524d5bcc24-b4478538083eaf48-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-55daa8cbd230fe44895df6bf66435cfe-e8973bec5cc4844d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "380d3332cec3ce7a5b0d21c20c2f8b8d", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd87e404-cce8-4172-bd38-640f791429ac", + "apim-request-id": "67974632-4779-41a6-9263-d584e505eb25", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:16:56 GMT", + "Date": "Sat, 06 Feb 2021 03:48:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "252" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "2080433243", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTestAsync.json index b6a72a01d52b..5d6eacbb87f7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentBatchWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=true\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "224", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4a3c44526a056a42a546b3a7309db39c-72ae6fdda28f0345-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-871c9d045fc829468ccef0675be04d75-85319b452bd6fc48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f794f0733bb3c43d680189f109278930", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8805b51e-8adc-4ad5-bc45-3eaba871c870", + "apim-request-id": "6ecbd9a1-a549-4767-85e2-47563eee9776", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:02 GMT", + "Date": "Sat, 06 Feb 2021 03:48:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "110" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "97" }, "ResponseBody": { "statistics": { @@ -137,6 +131,6 @@ "Variables": { "RandomSeed": "1104601644", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTest.json index 3436e441ddeb..7ba996ce06aa 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "85", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-92b4bb81f1d4694f8bfe94d412c1e9e1-30406646f2d86d45-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f9c5a9e154ac264593605984727b517b-e9b7d1a8ae61964f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4e5bdbe5820d38723d195b24082e286d", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33e055ab-fd91-49d1-b5ce-2da9f90e1fb3", + "apim-request-id": "346c0f8d-922b-4a61-87c3-4af375f69ebd", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:57 GMT", + "Date": "Sat, 06 Feb 2021 03:48:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "102" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "2146668003", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTestAsync.json index f1e690022afc..d2efc25c0afd 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "85", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d2b0a0ac7b745945a1ae432376be6099-36a7915b7e246947-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f10ce69fd08b514a84c0e09f64817af6-59dac5108f88e841-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "03ba29d245db7d4660e70538d783a159", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70ee9ef9-f0bf-4543-8c2f-eb077f2292ba", + "apim-request-id": "10241da8-a188-44c5-a059-307feee63a60", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:03 GMT", + "Date": "Sat, 06 Feb 2021 03:48:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "9060464", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTest.json index 0701ff433380..997f1ed92d0c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b8033b846ada264fa2dcc001d2d23f6d-9a8d91525063174f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-55d3dde35c76c246bd09b7c44e50bb96-8a4205deae7a4041-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1cd519dfbccdba31b1f719f550932df6", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0287802-7535-4d12-a120-7a6ba7e7257b", + "apim-request-id": "4876b7dc-c58b-443b-96d4-2db3a005f5b9", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:57 GMT", + "Date": "Sat, 06 Feb 2021 03:48:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "91" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "673624529", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTestAsync.json index 4271378f0d6a..992923daa7f7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithCancellationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3831a733f791b644a2ea0e16a832ddd9-c19f22669825654c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-95899e38509132498b24e12e783f2b2b-df3d42cb00df704b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e4628ff9d75e35fa30a2a74d75b5d054", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8ccd93e-87ed-4234-8e1b-aa2a6b8d333a", + "apim-request-id": "650787e2-718b-47aa-8c9d-9f96ba440098", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:03 GMT", + "Date": "Sat, 06 Feb 2021 03:48:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "96" }, "ResponseBody": { @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "486778307", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTest.json index 4ca13f6f9396..1c6dfbc26895 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7cdb58351e129b4c875df8cbea803190-c7eaf089637f0f43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-7466e26b8220bf48a820c7defa4d01c8-2dcfc960ec017445-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0226741a4a3852fb661facf15a20cdfc", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "168352b9-adf4-4764-95fb-cafa41ca0f58", + "apim-request-id": "fd210a48-ea8d-40f2-991c-7bb77774567b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:57 GMT", + "Date": "Sat, 06 Feb 2021 03:48:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "110" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "115" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "735963321", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTestAsync.json index e8a6ece5c42d..7ef8a23d7733 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageAndCancellationTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3d7dd1254bc2184bb192f7cfa96f7d6d-81e9565eefcc674b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-eedf28e67ffb92489cf3e1eac3792834-91a780bb3295d148-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1d19c9bc741aeaae2a3044500760d7de", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd818fa1-dd8a-439a-8160-32e4b770d523", + "apim-request-id": "8b6488fb-07be-466c-8d32-0e0bbc307bcc", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:03 GMT", + "Date": "Sat, 06 Feb 2021 03:48:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "116" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "331" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "1305725402", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTest.json index c6cfd4859f23..bc8289562ffc 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-76868e888893f74687bf71faf8bb8542-ee1ac14c96c23446-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-436b5f50e1da8b4097425a5062680f36-45f5e9db4f0d2246-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b1c263e328066fc8dce532b649cbfd03", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f274ab0c-b534-4c5e-ac3e-2e29117bf002", + "apim-request-id": "be5d702d-f664-412d-8018-d6e2088354f8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:57 GMT", + "Date": "Sat, 06 Feb 2021 03:48:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "114" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "546" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "137641087", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTestAsync.json index c202c1dd3ab7..a7798f01357a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bd8dafaf9a400c43ada94cd4c08cdc6b-86b654bff863d643-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-cbb8a5a187dfee49b3b538e793c5ff8f-b1e77a3281813a45-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "61e4104888cde5cbe34786063a0401dd", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59598f24-d7b2-428d-a2dc-8007c05ce77f", + "apim-request-id": "79e10388-a9c0-48fd-92d6-bc173ef380fa", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:04 GMT", + "Date": "Sat, 06 Feb 2021 03:48:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "117" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "537807865", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMining.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMining.json index 5e16f2fbd66f..fdb762736309 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMining.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMining.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "127", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-455711a7992b784498d1209c49891fa1-7fcbabada3ba7f44-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-d810f21b8223f54193f3647dac5bf62f-b3fab1f8a77db644-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1e33ed24967d42087f8188a6111ef9b0", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73837b61-e5b4-497b-94e8-cd2380e4d8a4", + "apim-request-id": "08c35484-0892-4669-b8d4-cacdf5f2ce09", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:58 GMT", + "Date": "Sat, 06 Feb 2021 03:48:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "93" }, "ResponseBody": { "documents": [ @@ -177,6 +171,6 @@ "Variables": { "RandomSeed": "4400155", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningAsync.json index ba42453381b4..e76cb8b06825 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "127", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0cfc53e4dd09784aae33f998b5493707-7161b905b68df64e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-5fc9d5a990d56f4a96e1b8bf741bab0f-ccf089a9e5858541-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "504a9c53bf1eca7814bfce867e01718a", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72c886b3-f3da-44a4-84c0-033c2689a288", + "apim-request-id": "5bb8db28-178a-4391-ae6c-a53002d3ba6b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:04 GMT", + "Date": "Sat, 06 Feb 2021 03:48:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "128" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "documents": [ @@ -177,6 +171,6 @@ "Variables": { "RandomSeed": "1364359232", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmpty.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmpty.json index 5144f33a9e4a..2e95dd97a701 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmpty.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmpty.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "85", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-42aa655fef931349908c7bb43ac4783d-3186c221b821a44f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0b51d0a1a056524a873de83659ffde9f-2160c1b9dcb7684a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "558a7442c3b1c5137141db1dd8ca6858", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cae48f0a-44f9-478d-a903-8232c059aa0e", + "apim-request-id": "6a4c1351-e076-4c2c-8c46-eb3dbcfc909a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:58 GMT", + "Date": "Sat, 06 Feb 2021 03:48:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { "documents": [ @@ -75,6 +69,6 @@ "Variables": { "RandomSeed": "1727170942", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmptyAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmptyAsync.json index d480902f799d..f09c35afdbf0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmptyAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningEmptyAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "85", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cf4c53a8ced04a46ad944db6388eb1b4-c68ffba785d33a42-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-2565868f8b561c49b0e72c7d3ca5a426-c48631e1e78b9f47-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f6867f38d810d57a89dad763eab07a05", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e5ec1da-5d75-45b5-a2aa-c324c39d057d", + "apim-request-id": "7b9618da-212c-484e-83d1-853a82551ed2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:04 GMT", + "Date": "Sat, 06 Feb 2021 03:48:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "108" }, "ResponseBody": { "documents": [ @@ -75,6 +69,6 @@ "Variables": { "RandomSeed": "167361615", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegated.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegated.json index 9bbf54cb9d78..d8299f3a106f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegated.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegated.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "80", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1cd303a728445f4f8a6bbf2bed9790e9-364c41cc5d5f7244-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e1902af80798cc4badf72962a398a31b-114bb42b1bb6814d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8d0590d28394353aadd5df7e697ac312", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7047fdf-32e6-4540-a0ab-d55b4d9309a2", + "apim-request-id": "774e5841-2b6e-4f3c-83a1-6feec1a75954", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:16:58 GMT", + "Date": "Sat, 06 Feb 2021 03:48:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "103" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "825040414", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegatedAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegatedAsync.json index 231e3a1afcbe..c4fa11efbc3b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegatedAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/AnalyzeSentimentTests/AnalyzeSentimentWithOpinionMiningNegatedAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/sentiment?showStats=false\u0026opinionMining=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "80", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cb1e1154332ac34ab0bd7fe26db6efc6-1e3630ce95eb8645-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-75adc2614649214db11f258fab7f31c7-6da4bd0fc3498f42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "94ab183ce7dcf7c7f3beeb119ae08867", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a9ca7f0-c6f4-4cbf-96c5-0afe583d6893", + "apim-request-id": "9382c3fd-2d19-4a7f-abc8-bee9d04aae36", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:04 GMT", + "Date": "Sat, 06 Feb 2021 03:48:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "105" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "1263606711", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTest.json index 88d1b2c6329e..35daab6e4cb4 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "177", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9693f76f6378cb4c9f9d503791587988-06d2552e661b3d45-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e6df64fd7fdbae47b93065dd7a57539b-ef3aa4c0f3a1d041-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5005f5e8a08b47218215f19574b370f6", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "18b26853-2497-4d6f-9093-fcfafde28bc6", + "apim-request-id": "59e48a08-e377-4ae1-95c2-ba2e4833f4e4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3", - "Date": "Tue, 17 Nov 2020 20:17:05 GMT", + "Date": "Sat, 06 Feb 2021 03:48:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "403" }, "ResponseBody": { "documents": [ @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "2925177", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTestAsync.json index e988253df093..a58dfef39ab6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "177", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cf3ac2266c2ba646a733043f83b4524f-a94069af0f67354f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-03e5f56d35fa5b498be3fd0c3082f273-5a6798756ca44f4c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3574863b78b3d4b99962ee1a8b7bbd89", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c975d68c-d72a-47df-9714-f4a4364c7efc", + "apim-request-id": "6c58c0d5-d93c-4d6e-8d1f-36854ee469c2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3", - "Date": "Tue, 17 Nov 2020 20:17:07 GMT", + "Date": "Sat, 06 Feb 2021 03:48:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "documents": [ @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "1287375904", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTest.json index d6bfea420244..c3bcf2ea1136 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "177", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-074d20c68984e7418659cdd19a48ec0f-346c0276cdcfe246-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c52f9482a0f88a41903f1cb89506db00-dc9646f8850c644e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "738db85ac016be284349434968e4adff", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4974d11-dc3d-4c04-a9fe-cceec9c3c36a", + "apim-request-id": "26af16e2-4251-4560-982e-1a38315c2018", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3", - "Date": "Tue, 17 Nov 2020 20:17:05 GMT", + "Date": "Sat, 06 Feb 2021 03:48:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "523" }, "ResponseBody": { "statistics": { @@ -105,6 +99,6 @@ "Variables": { "RandomSeed": "211607003", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTestAsync.json index 9b44f42f406a..dc0023a4e898 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "177", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ded4e48fcc285c4d8d3fd74bac4f83f7-f388b4e0ae8a9146-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ee47c84c63aed499cbd8a778f3bd979-82eecafb96249d4a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6246079b8393935bca52b813124b2ad7", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a5a5534-50be-46bf-b4df-4bce1dd5cd4f", + "apim-request-id": "c4063aaf-fde5-4fcd-a634-e3e82fb4ff48", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3", - "Date": "Tue, 17 Nov 2020 20:17:07 GMT", + "Date": "Sat, 06 Feb 2021 03:48:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "statistics": { @@ -105,6 +99,6 @@ "Variables": { "RandomSeed": "293475495", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTest.json index 8ade4e1576bb..72e240bc618f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "225", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-899e9a7087593a48ad6166f89b5c3548-510afcfd5004d246-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-789d66ce2e806741b17855af608db758-5920ae2be5b9a541-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ed49d935379ea824d7c2153a1e6e6e4", "x-ms-return-client-request-id": "true" }, @@ -45,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "55bf98c0-e444-4076-8f4a-d7ac07eefeab", + "apim-request-id": "872e15a8-2de9-4d43-b80a-83fe34c569e6", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "Date": "Tue, 17 Nov 2020 20:17:05 GMT", + "Date": "Sat, 06 Feb 2021 03:48:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "documents": [ @@ -101,6 +95,6 @@ "Variables": { "RandomSeed": "1725013070", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTestAsync.json index 6753bd86dd8a..a814ecdf342c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "225", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c81b5b44283e694ab7d65e6ec2fdc209-6c3d23db415bc444-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bc7bcd2bbfb0e84e935b52ab1a2de539-67ab79114129e745-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "da5f41d41140dce5b95983493bb999e3", "x-ms-return-client-request-id": "true" }, @@ -45,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "914423ca-f300-4678-b77d-0e158e424ec9", + "apim-request-id": "3c85a9b2-98dd-46b9-a505-2346782687c8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "Date": "Tue, 17 Nov 2020 20:17:07 GMT", + "Date": "Sat, 06 Feb 2021 03:48:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "417" }, "ResponseBody": { "documents": [ @@ -101,6 +95,6 @@ "Variables": { "RandomSeed": "1564753879", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTest.json index 7deb9dbc9dee..19e33c200ae7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "156", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-311e9c1bcfa250479d7f9baa77d009de-01f224f4fa31854e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-967bb0ad5474374b97ddf88b08f21548-bd5e05d6d09dee49-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3ce40d8d4db949068b12a56808d1cfa5", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd99833c-9f1b-4956-97f1-327603078021", + "apim-request-id": "94674ba3-219c-4b4d-b430-32a2a733b97e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:05 GMT", + "Date": "Sat, 06 Feb 2021 03:48:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "documents": [ @@ -56,7 +50,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.92 + "confidenceScore": 0.82 }, "warnings": [] }, @@ -83,13 +77,13 @@ } } ], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1998787501", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTestAsync.json index 78df91afb088..3d71814756aa 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "156", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f8868c7525e19b49a69228a95495c733-0cd0761f5e3cc14a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-70202c41a77d0448a787ca09258f3da1-0d69c9f245500045-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "51807d44b190171f3639086e14582723", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9c23e5a-bb05-4a04-b20c-4be268672912", + "apim-request-id": "4272706b-969c-4a87-af29-908eaf253ac5", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:07 GMT", + "Date": "Sat, 06 Feb 2021 03:48:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "documents": [ @@ -56,7 +50,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.92 + "confidenceScore": 0.82 }, "warnings": [] }, @@ -83,13 +77,13 @@ } } ], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1902435763", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTest.json index 8f722eadf193..1263634ac3b2 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "67", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2f8fd5601cc55644862ee38ac4fb4b03-979a0eb2f31c7843-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-7c45077f39257746b9d816f964cd1ef3-16d6f0b39bd0a941-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1a3b3f53b2eb19e83bb91b78bee10b95", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "11bde2a9-b22b-4ad4-8321-af6f74b7be2b", + "apim-request-id": "c0bf2151-4e20-412a-bb6a-dbb02d946707", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:05 GMT", + "Date": "Sat, 06 Feb 2021 03:48:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "1842668100", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTestAsync.json index aaf6fda3870e..f19812071060 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullIdTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "67", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c583f5bf124c3642bea947033c04fea8-77aed6714e9e034f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f1bc5308a9caef4ba28ef5c1e3d392c4-cef3192b8fb43345-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b23c80179f571f450cf30413f8966972", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "c7807016-11c0-457e-8a76-e0baeca323bf", + "apim-request-id": "896000ad-40bb-4bf3-874a-c99754854db7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "5" }, "ResponseBody": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "1421275547", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTest.json index 06a88687369c..bc708a007468 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "57", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2df15faf98bf1b4c813ab2085be97002-4c85c6241fa2204c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1be6920ad63c83458fed8d27b6f9c179-d800b2be6ccf4844-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ed66d74da14036cde144d6235dacd6d3", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c915ad8-672a-430e-a776-8fa9c8541d92", + "apim-request-id": "513e599a-ec77-46fd-9729-5514ac5ab3dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "documents": [], @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "1472278800", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTestAsync.json index e4232dad9e47..2fd65b1830db 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithNullTextTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "57", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2b4d052045bb9048b6bbe58bfb78e17c-9d44531114947f41-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-721430472bc4274a9add8c30f08315d7-d1249810ab46194a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "46af5eece4595e8658920ddb272bdb42", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cacd387-b12f-4a41-bb12-cbf4628363c8", + "apim-request-id": "635b7dfa-370c-4a45-b4db-e00988b91a55", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "documents": [], @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "1379897499", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTest.json index 7cc8603d1363..abcc2fca6f3b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "225", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1f3e89b4b7688548a2d4ed6a74611402-97e3c841f4346742-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bbdad2e532655b40b83be6daed15851e-faa937d20878d143-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "acad3cc12aa10a7667d1533045b0a321", "x-ms-return-client-request-id": "true" }, @@ -45,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "027fdc47-11f5-4fb9-887f-b7224c385ee0", + "apim-request-id": "28ebb83d-f308-40e6-bbd6-823f047c7904", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "statistics": { @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1441514523", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTestAsync.json index 734e163561c3..1f0562c39b11 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageBatchWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages?model-version=2019-10-01\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "225", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bbdf2e13c85f9a45920e9da80cb64ea3-ec68257db7319b4d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-5ab8bc15825ec7489d7df19a2fdb1727-2e95ab922291404f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "50a7683e77aad92fe53b41b770dfa6fb", "x-ms-return-client-request-id": "true" }, @@ -45,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d8f9803-8cac-4576-95e6-72251175f98f", + "apim-request-id": "8a2e951d-21af-4187-9395-78736a3f4658", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "statistics": { @@ -123,6 +117,6 @@ "Variables": { "RandomSeed": "1925146009", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTest.json index c42dddfc4167..c724cc61ecd0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "82", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8aa5fda5fe81864896feecc78f2ed118-44884876e821ba40-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0665a13b4fd52443ac830ba69eb7f2d1-10033a1bb46b434f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7aaab163ed1d982c319bbad40483549a", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c2093ff1-4d15-4ce3-8446-b6571a64776d", + "apim-request-id": "29f012c8-0aca-4d2f-8d5d-5b9f7e31ec97", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "documents": [ @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1945127661", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTestAsync.json index b0450f743e1f..9cb186fea64b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "82", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-979b698454a511439f00362d54a13968-adf09f4ae7f23646-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-eb465b0980864849a326d81999c2c252-79a7a3770fd3c048-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d4cc6357ff58c85240bd64c6445c1d0f", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79720649-c928-4cf1-9832-7b1031406b31", + "apim-request-id": "ebee1966-c9d6-438e-87ed-8c6bf7958fb7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "2124897013", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTest.json index c88f29ab111b..bfaa1a13e5cc 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "95", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-52f5d25bad526247a3f887fefb1dc358-3cc31fc26cd7e94c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-2729c90a3e746a4b932351ea1f3567c3-24d2fbf45332f241-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "98a2a27e9082d475805aa932800b5cf6", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13cbf210-b202-4643-9fa8-2aa16da7d5f4", + "apim-request-id": "38676a05-10ec-4cf9-92ec-25b2b0ec8bc3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "documents": [ @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1745096315", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTestAsync.json index e83fbbcb7496..8708b2146cec 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithCountryHintTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "95", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ded97f3c10c8554f941bdecb5afb7dec-a788e6f95a282645-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-65856e2b53884a42a4d9425aeef18660-7f4ed93c2b965346-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f0760fc68cadb07ff1c89a4d1612c056", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "712e7e08-bbbb-44e6-8302-7110c23a108a", + "apim-request-id": "63b3d2f4-28c0-4dd3-98ef-3fa8d39424f7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "2142485753", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTest.json index e9f437b9dbab..4e4c331aa03a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "101", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5ee95dbd726722419be6568889c632b6-afec44390863bc4f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a91edfa559cede4199123737bf40298c-c07375b94e691349-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d6d037d3997433f0d1d408295081d2b0", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c88cfa9c-86c6-4cc3-88b8-1c0681f6efbd", + "apim-request-id": "57782fbe-509d-4b1d-ae1c-6f40a9c454be", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "documents": [], @@ -53,13 +47,13 @@ } } ], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "467349083", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTestAsync.json index 66723a794c54..1e49e13da1ba 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithErrorCountryHintTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "101", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-52e8d9318afa7e4ca25a523f24c12834-6912688b871ea547-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-d8aebc860d1ab2459869211a629b1a60-5ca8247b9f2ec74c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9d92baec240d7c0e78b80d24d8752359", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "68aae80a-ed85-402d-b1ed-ef010d11bc3a", + "apim-request-id": "0e0b60f6-35f3-492c-8c83-6c903a93e7f5", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:08 GMT", + "Date": "Sat, 06 Feb 2021 03:48:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "documents": [], @@ -53,13 +47,13 @@ } } ], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1987537636", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTest.json index 3a32202b308c..4d7abc05e903 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "93", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-913d5e9b56548640a2a789196c06301e-15a7ae53fc282c4d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-83ec7defe535ed48b65211e2571f1925-27517d10c5b33a42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9cded6f43daa9a1f5be8cb3934e1c44c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c6128fd-7bd4-423e-a24a-5bc18cb339fa", + "apim-request-id": "a2765e0e-8b4c-4f7a-ad44-2a7cf198866d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:06 GMT", + "Date": "Sat, 06 Feb 2021 03:48:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "documents": [ @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1940049365", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTestAsync.json index 451813bae76e..a5d7c66e2ec9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneCountryHintTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "93", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f484641151e3da44a2deaa277312d450-f0f30fe26a49f54a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-93103d6c0233e746a40260294544f5d5-2611840c7da7ab48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6124b40a04621bbacc815e287718638c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c5baac1-c00f-4ea4-9e06-aea85e0298b0", + "apim-request-id": "e4d3cdf2-720a-4eec-a175-a8fdf4609d71", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:09 GMT", + "Date": "Sat, 06 Feb 2021 03:48:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "documents": [ @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1328135102", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTest.json index 225709e2ad15..1a9a51e6ed13 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "93", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f76fab07a07c0143be3b1ec6cf470678-8e79734e2faad04e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c2fab45ba717d54fa89d84e09e71690c-bff5feb03bf43a4f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dda057b9e217d2ba6e5090c17d8fd607", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa0e5dfb-b768-4f1a-998c-319f2c34ac25", + "apim-request-id": "3a05cc7e-20d1-475b-b05d-87e8e6a1cfbd", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:07 GMT", + "Date": "Sat, 06 Feb 2021 03:48:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "documents": [ @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "397710028", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTestAsync.json index 810e01ced3f7..a0f95fee7186 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/DetectLanguageTests/DetectLanguageWithNoneDefaultCountryHintTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "93", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-da6edb2692f2594e9ed8169df95f9dd5-f09b95426c3a344b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b86581a14213c84f887cd998fb25d8db-5a771fb4d537fd45-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bfed051a0d9b7fe81f8b58b8ccb397c0", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5cb8880f-e8c2-4773-a1ab-ad4c538ea6ca", + "apim-request-id": "2ee50f87-899a-47de-928b-5cf7a6156355", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:09 GMT", + "Date": "Sat, 06 Feb 2021 03:48:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { @@ -52,13 +46,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "691922193", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTest.json index 661e87ef82c0..d19db489f078 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-094bff5011628b47b7459ffb1645a38c-63a7ac8993bfc44c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-4afaced97971ca4daf17b91264e30c09-2d0fa9c0cf005843-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "632e1038e2d2bd9cdcf3dd442e79c63c", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7c926b4-615b-46e2-af0a-bf01cd5c9439", + "apim-request-id": "a12e1676-af49-438d-ad6e-c5ab8fecc0b6", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:09 GMT", + "Date": "Sat, 06 Feb 2021 03:48:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "2011102001", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTestAsync.json index 1ece67a07afe..af5906084378 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e7298bea3fe59e4a894d9eddf0a6095b-074bcd52bd709c4b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c26564c28a0e7e439748094ff5ee7c61-635bc4f90accb849-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bb6bf08839909e0e578d5bc1b428bcd2", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1a63722-4f67-4636-8d46-8fa93496543c", + "apim-request-id": "b2e2ff2d-f760-450a-bb59-20e6a1eb0cb4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "1790351005", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTest.json index 91d58337ac9e..e434755e8f7f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-558698ed6913ed4fa7b468e03456f254-342e4f3e6a4b5e41-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-29d3d0ad266e874ebd9af191793e9d0d-0caab573949d3241-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4dfa2958a1568d79bc14e1b570d63d15", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56f4f13e-2634-4468-b337-1e080c703a77", + "apim-request-id": "09d5506c-33c1-44e1-ba07-635c0ecc15fa", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:09 GMT", + "Date": "Sat, 06 Feb 2021 03:48:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "statistics": { @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "1074286074", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTestAsync.json index 50c661711f4d..313353a856e6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dbc19fb7f6500840b7f37ad4b6f7d632-e7f1de2afa444147-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-88f74fdf8705754ca56651dcd7fdf675-1474f95e407c0c49-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f8f1e114d697e804255315d1c7e9b6ab", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b0b350f2-7d06-4062-ae74-bbac09fa4bab", + "apim-request-id": "606b0e45-8915-469a-aed9-62c09fa905fa", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "statistics": { @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "1602869274", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTest.json index 24b05c792eb3..e138c482dcf9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "188", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5e3b85c002fbbd47b046b2bb20e4deaa-520df491e548bd47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-8ea515ad6ff82749bf08fef4f60d2e4b-870223426ccdf547-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f8376358e18a19e0b7e6f893926ac745", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "31240777-bad6-4eb8-869a-855c9284ce17", + "apim-request-id": "79275761-5014-4e3d-a470-c16cfa136c85", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:09 GMT", + "Date": "Sat, 06 Feb 2021 03:48:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "979539460", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTestAsync.json index e5c1adb7c2dc..2f95e21a7dc7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "188", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2ab69787be878a44a658a6812baafe89-e74c6b0bf64b4247-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-38f401b749df844cba541dd0525e77eb-ca4e5bcba389d74f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "272edb015782fb6dbcae1cc2967deed3", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cc435b4-cc87-4d55-907a-603ecf8330ab", + "apim-request-id": "fd1ad345-b252-48e7-8cc9-932236ec54cd", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "documents": [ @@ -73,6 +67,6 @@ "Variables": { "RandomSeed": "349892618", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTest.json index 688d2b0d31f9..8cbef532fce1 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "217", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3aee0b48389f2c4b8d3084449bb6193f-5ac3712c93ef9645-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-153f015bb9b68b4cbe3b677eca456d39-aefd193acf042c4c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "dd92af13693d6c6d10f5b45092a05fbe", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba739e6d-8524-4691-9db6-b3c2d180c00d", + "apim-request-id": "90c977c7-0a9a-4cfc-9223-9ef5bdece164", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "documents": [ @@ -89,6 +83,6 @@ "Variables": { "RandomSeed": "1310930461", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTestAsync.json index 3b12fe833465..7c67da713836 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "217", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cbef4baf1817ab41bad9064ac0d629a0-867f4be92c274947-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-fd204b67dd83434cada0839755684868-34b03f30fd80414b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "161fb623980eba163f1211744629e747", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9449f7d0-0c02-4815-933d-4ddcca73ff82", + "apim-request-id": "338a06dc-46ef-457b-9b15-a08a75173675", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "documents": [ @@ -89,6 +83,6 @@ "Variables": { "RandomSeed": "2016817382", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTest.json index 9c0019b37779..2a694c1cf26c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-05a63b71466f2a47bd10efe46dd97a0f-71d36065fcfdfe47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-aafec82d9b18f144af9f4168af9692b1-18de0da858947643-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "02233abc1a851f8d7b73c3a9864f0660", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "37cb682a-badd-4fb3-8a48-46a98ff66a74", + "apim-request-id": "97960321-5888-425f-9c5e-bd7f38202749", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "5" }, "ResponseBody": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "39669393", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTestAsync.json index e86c0edaf595..0fb86b9b615e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullIdTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1fd46bf3e23b7c4fb64cc2d57015ccb8-2c8cadb33efe8d4b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-191e883eee907943880b28b0767f7279-0d293f3da68d074b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d3ffef96a22198e4e5a15a93f55c6a25", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "46250ca3-d13e-4bf5-abaf-5e1f01c2489c", + "apim-request-id": "4e722abb-1064-4d53-84a7-6b580200f3e4", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "356416899", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTest.json index 8061c3445185..d0acfc571392 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6001ab1d87338d40937cc869c5d5c9c5-407d551ec73ac946-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-82d59f326ae29544afcd153aeb18eaff-4a28c0681948a74d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5bf1e93674612a2cd70f69188e2d39f7", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "198d2331-4312-46c5-a23f-c796e73bab7e", + "apim-request-id": "cc17be26-f044-47f4-adee-afd0f489f2cc", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "documents": [], @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "593241093", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTestAsync.json index e8468883e808..7527cc66e36e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithNullTextTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=false", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-607c1ae5ad9fdf49b5bb886dc81aa669-ee2f274f4e7a6d49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-441dc651044a2f448c703ad48076b915-094b1e92152d7f4b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5dbd36794559c388c50dd26e725f8f67", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2ad1c7b-36fe-4e19-ba6e-205ef3ae17bb", + "apim-request-id": "0423ad27-687a-4905-989a-22ada7279141", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:13 GMT", + "Date": "Sat, 06 Feb 2021 03:48:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "documents": [], @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "872837413", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTest.json index d476f34f074f..35c932f57dec 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "188", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e2333e6db636148b2db2822ffd981f0-ebcd2389a3aa3747-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-cad9ddbfc2bd7c4abd5f0728538c015e-0f0835ffec356141-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "481340828d769a0d6f19ecfe6b0d9666", "x-ms-return-client-request-id": "true" }, @@ -35,13 +29,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d64913d7-7e01-4e9c-8bf3-82e5bb1bad33", + "apim-request-id": "d575157b-13b4-4b70-866b-3c120a269802", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "22" }, "ResponseBody": { @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "1134123605", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTestAsync.json index 7b182591c3e4..efd03ead75fa 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesBatchWithSatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases?showStats=true", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "188", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e875638bf9e4f4fb6b915dd48dcfd81-0529f5bf50c1ad49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a5bae53b224c994989bc237a1917f4ba-931b83573648ba42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fcabdefd3d51a89852601fc0d61f3468", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5fd461e5-edb0-4605-83cc-e9cfe7142229", + "apim-request-id": "75cad82e-6ea2-497c-8f40-cc940e932078", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:13 GMT", + "Date": "Sat, 06 Feb 2021 03:48:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "statistics": { @@ -87,6 +81,6 @@ "Variables": { "RandomSeed": "1658669752", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTest.json index 1d0acdf38317..9c9ef9c6d0f1 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "92", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b95bee5b7ce86b4ea2e6a6916d559b94-c62e35e87e92ea4b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a417e00b364a93428379530bcc357533-662fc0d9f95c2946-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b86575e1b38857965c8495535ac2b899", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7da33a26-d555-4212-a11a-c79aa13416af", + "apim-request-id": "c4e07387-e01b-47c6-bff3-266d335283b7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "161" }, "ResponseBody": { "documents": [ @@ -58,6 +52,6 @@ "Variables": { "RandomSeed": "4209270", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTestAsync.json index a0c30041b95b..af16b2cebe79 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "92", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-03fa784e4c785f45aa5e8dd3a261fa90-f148ecee14d4ee47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-3be37372a2c116478a1f8783fc22abba-7053fdc569863843-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f80f56a1c735d323972d5c2c674aed06", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5e752ee6-f6e2-45ec-b359-07f98635a2ef", + "apim-request-id": "b0d0462a-ba84-4587-907d-fd75adcd0ed2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:13 GMT", + "Date": "Sat, 06 Feb 2021 03:48:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "documents": [ @@ -58,6 +52,6 @@ "Variables": { "RandomSeed": "1076673025", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTest.json index e3a2ea7eae1e..55fc929fda0b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "88", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-30b245224664b744896bda3d959afb8f-4f5e2de5c6f4104b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-479d491afcad9341a378331416e6afc7-0a96b4cf7bb7ef47-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fee09dae9a1670151c1a3a802afd3e61", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9013c9a7-b92c-4502-a24c-f3145ae72140", + "apim-request-id": "b500cccc-957e-44d3-a28b-c0e7f4b2f777", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:10 GMT", + "Date": "Sat, 06 Feb 2021 03:48:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "622" }, "ResponseBody": { "documents": [ @@ -58,6 +52,6 @@ "Variables": { "RandomSeed": "462050848", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTestAsync.json index bbbff7e73513..65c425fb3e99 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "88", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fe4fcfab08e24d43860c11d2cbb7c935-ee12aefede0a7445-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b7e3aba546787d449caa5754bef611af-2301d48dd502af45-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3bfc775f82d23a381e7a3b00a0305c6c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c4f066a-2867-4f10-ab88-c8b78dc10f0c", + "apim-request-id": "aa5a1721-1d40-4677-aa79-6fa128e818f8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:13 GMT", + "Date": "Sat, 06 Feb 2021 03:48:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "documents": [ @@ -58,6 +52,6 @@ "Variables": { "RandomSeed": "1676133981", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTest.json index 2ae8e7f9e648..8831966c2f53 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "180", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5f135c8dc9e96848b735f61dcf88f3e9-e376a8df0fee1546-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-35cf1772f50a1b449cd531c9b78022fc-dca2d60c82235b4c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7a99e78b28bbdc34334c788be87edcb8", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "191c4e88-f0fb-482b-8f50-125839b2aaac", + "apim-request-id": "22618528-aa14-429f-b3e5-bbe93469bf66", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:12 GMT", + "Date": "Sat, 06 Feb 2021 03:48:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ @@ -64,6 +58,6 @@ "Variables": { "RandomSeed": "591698428", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTestAsync.json index 88b4d1ad974c..f6d44a3994a0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/ExtractKeyPhrasesTests/ExtractKeyPhrasesWithWarningTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/keyPhrases", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "180", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-639d181b4e6a624084a128b1799f4709-9588ffc48644bf43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-86f5355eddb2b24c9980b1d60e16c8a5-bb9f945706748d4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d687a16b6a26ea445556f8b3c125785e", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdcae7a4-68c8-47fa-888d-b8f82d226992", + "apim-request-id": "754e0748-d14d-4992-8868-c1e3038c56f1", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:13 GMT", + "Date": "Sat, 06 Feb 2021 03:48:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ @@ -64,6 +58,6 @@ "Variables": { "RandomSeed": "1154109326", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTest.json index 6f846e60cf83..d64b6a5d2099 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f95285cac4391d49bd22ae310a8487dd-d69e42fce56b5643-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c4f49b713f433c499e0962d05673c7a2-c94873cd97f0e64c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "73b99494ac5a2b6a48730fa6d4bda24b", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e014f14-e950-4c50-b06a-a9196bda9f3d", + "apim-request-id": "9c64c7ed-4eb6-4c03-8cf4-7bb1bafe5ef2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:14 GMT", + "Date": "Sat, 06 Feb 2021 03:48:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "112" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "documents": [ @@ -54,21 +48,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -81,20 +75,20 @@ "category": "PersonType", "offset": 38, "length": 12, - "confidenceScore": 0.83 + "confidenceScore": 0.98 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1057805335", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTestAsync.json index 9567e0c62d5c..ac17d6a97075 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8dbad0de59342549a638ef65b1c90a6b-228027c4a2f50740-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1ef00cd16f03e042a78aae27de4be8b6-8208f699d0362940-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d2ffe8a9cd41c6a7f7eddf3ba0def75e", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4e75fd7-5423-4e7f-ad53-da9b190bb977", + "apim-request-id": "53f70398-76a3-422f-9f25-31573773292b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:16 GMT", + "Date": "Sat, 06 Feb 2021 03:49:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "67" }, "ResponseBody": { "documents": [ @@ -54,21 +48,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -81,20 +75,20 @@ "category": "PersonType", "offset": 38, "length": 12, - "confidenceScore": 0.83 + "confidenceScore": 0.98 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "581345388", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTest.json index e5806b8d3ac9..7ff59e3511e5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-83317740d3f49e47b4a38e1ce6817f2f-84ae9fe80e9f7847-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-60983ee647034e4c8bbb2dcf69a02cc8-58aa9bf1ac35ef40-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "67616e684f8b043d1e0c71e939770f42", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b5ecf20-777f-4429-a6f9-d9be7b515948", + "apim-request-id": "de977963-6b08-4162-abe4-03d20abc83c3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:14 GMT", + "Date": "Sat, 06 Feb 2021 03:49:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "107" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "836" }, "ResponseBody": { "statistics": { @@ -64,21 +58,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -95,20 +89,20 @@ "category": "PersonType", "offset": 38, "length": 12, - "confidenceScore": 0.83 + "confidenceScore": 0.98 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "706252555", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTestAsync.json index 210052cee801..2357d4c13cd5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "191", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5a6a21d248286b4a96b1c7f4763744cb-53f94a2c03e7d24b-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-335315596458344fa53d1cbefe77efd6-b9e60aab85e78d4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3d6191fdfe339ad3e9a9a23dfab389e2", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d55aada3-9311-4659-8296-347ba25daaac", + "apim-request-id": "2e5f7447-d9e9-49c7-886c-81cfd197a098", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:17 GMT", + "Date": "Sat, 06 Feb 2021 03:49:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "110" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "statistics": { @@ -64,21 +58,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -95,20 +89,20 @@ "category": "PersonType", "offset": 38, "length": 12, - "confidenceScore": 0.83 + "confidenceScore": 0.98 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "915085791", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTest.json index 2f62ddb9d699..12c4d63da214 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-f7b9800d192bb4448f3c9de8f309f2fd-02f68a416a685746-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c2e6195c0f4c89c31e4ed8101a9fceeb", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b496b3c7-bc10-4eaa-8ca6-7cd4c91f85fb", + "apim-request-id": "5ca5d3eb-eaaf-4e0a-9cc5-67d4b0e1b770", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:20:42 GMT", + "Date": "Sat, 06 Feb 2021 03:49:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "475" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "documents": [ @@ -47,21 +48,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -74,34 +75,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1116565065", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTestAsync.json index e62f21cade65..bc55b091b759 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-da98efb042806c42a20e328110cb65c2-fb9b2f2566fc1141-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "74826ca03adf5e0230955bc11a73f253", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27600cbb-cc03-47cc-9448-f85e80e7ba09", + "apim-request-id": "2da5acc9-8b2b-4782-9d71-8bd35bcb8951", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:20:45 GMT", + "Date": "Sat, 06 Feb 2021 03:49:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "778" + "x-envoy-upstream-service-time": "781" }, "ResponseBody": { "documents": [ @@ -47,21 +48,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -74,34 +75,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1159498521", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTest.json index f4b8d1a08668..cb07d5f258f0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "217", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a7fe546254f85c499b6035de5558c276-c99f889c0e06a947-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0415c396afab6b48bf86b9505b94a612-269576ceec7be442-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e1ab51bf64c496574b45aba2614e8e70", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93194739-7e04-4e51-96f9-965731fc6fa4", + "apim-request-id": "03822787-f84f-4df3-a160-3063601a2247", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:15 GMT", + "Date": "Sat, 06 Feb 2021 03:49:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "documents": [ @@ -59,21 +53,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -86,7 +80,7 @@ "category": "PersonType", "offset": 27, "length": 12, - "confidenceScore": 0.84 + "confidenceScore": 0.98 } ], "warnings": [] @@ -105,13 +99,13 @@ } } ], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "756961484", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTestAsync.json index 20b5ede5dae4..5db5a57c9f5a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "217", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4a4edf4c7df4bf46871dc4a760793401-f1d36f68006f404d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0fa35a16db234b4ca91b85544f41da43-daf71137868f4448-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d8b08f95484a0406f97f2f7420372c35", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5776a5dd-f43c-4ad7-afd6-73db57dfe9b5", + "apim-request-id": "8aee5847-5d0d-4141-9f1d-58524a64800d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:17:17 GMT", + "Date": "Sat, 06 Feb 2021 03:49:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "73" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "documents": [ @@ -59,21 +53,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -86,7 +80,7 @@ "category": "PersonType", "offset": 27, "length": 12, - "confidenceScore": 0.84 + "confidenceScore": 0.98 } ], "warnings": [] @@ -105,13 +99,13 @@ } } ], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "2014309095", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatch.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatch.json index c8be766f754f..95bbe71de281 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatch.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatch.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "297", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d4832e9598a5c74eb07ce1952a4d8bbd-3c13f750c1474741-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a2529c4c15b56543b2bd726fa5b4e22a-d701d6a1a480544f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a8ae17c802a6c3ea068b7f13c73b934a", "x-ms-return-client-request-id": "true" }, @@ -55,13 +49,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "3df282dd-5a04-4e44-9439-5686496df5fa", + "apim-request-id": "86469ae3-a21e-4163-9762-c51c4d4d79a4", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:15 GMT", + "Date": "Sat, 06 Feb 2021 03:49:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "1535542289", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatchAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatchAsync.json index fd090c62c5f5..4333f1bb0904 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatchAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithInvalidDocumentBatchAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "297", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b2293233edda7c4fb9e8ba7ccd922371-f63cd8aff35bd94f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a97c459ccf4f774caa6af0e2f4f752fe-5a6ab88da032ca48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "28b544e5b9a5cf3535ddef0fb0fd1d43", "x-ms-return-client-request-id": "true" }, @@ -55,12 +49,12 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "08b52a67-c58f-4a17-bf5f-eb2047bcd427", + "apim-request-id": "bf48788e-de8d-4dc8-b1ca-ead0d41003f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:17 GMT", + "Date": "Sat, 06 Feb 2021 03:49:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "6" }, "ResponseBody": { @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "467834574", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTest.json index 975e6b34cb01..955a136a9a79 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8eae412f5406c74b83a2504e7ff43b59-2796b102bd59864c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-ec6d73b452eb744990fb68720624f806-2bc7f28b13821b45-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0394cc79836b8e2a0617730333d293ff", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "67c2d52b-25a8-4f04-bb31-035e236ca460", + "apim-request-id": "d715448a-076a-42a5-a57c-0f66b8938139", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:15 GMT", + "Date": "Sat, 06 Feb 2021 03:49:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "449438732", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTestAsync.json index 42166a9a6969..ae5d72641a44 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullIdTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-802808e5194fea46b44fbfea1641cdd5-187202a86c60ed4a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-e43bba8de2d47c488a2d2be83110d8c7-d9af38e028863e42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d2a606a042fa292271e9e0fd82e50d07", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "7d017617-a598-494d-b875-601709134b9b", + "apim-request-id": "5fa3f590-5bc9-4dbc-bfde-7f0eb63fa972", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:17 GMT", + "Date": "Sat, 06 Feb 2021 03:49:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "269930919", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTest.json index 13e15c862a5c..dc257fd7fc9b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ddabd4556ee897449a0dc27ffcda1522-5d7b3cba82b9134a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-ae842365ab0371468eea217b7e8e9e8c-5b32e888d5455b4e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "143a14bc880cd41cfe9c98287e990fb6", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2312108-4bb9-4911-869b-5df2b10d6986", + "apim-request-id": "f3613fe2-d4b1-4f94-aaa7-25108c1452d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:15 GMT", + "Date": "Sat, 06 Feb 2021 03:49:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "documents": [], @@ -53,13 +47,13 @@ } } ], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1966020734", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTestAsync.json index 941c2670deb2..60f770cc910c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithNullTextTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55d963d1d7016d4dab8d08793ed58403-111e2bd2613a8e4d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c517ffc67e98c7478d94f1cda2144371-41c128f3a519664c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7afea088ca0a22de1ccfe4f56367e3ca", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a93b7e96-b679-451c-b4cf-1044453d81bc", + "apim-request-id": "fa8fc100-8221-44ea-a184-04c97f8643ca", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:18 GMT", + "Date": "Sat, 06 Feb 2021 03:49:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "3" }, "ResponseBody": { @@ -53,13 +47,13 @@ } } ], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "794759441", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTest.json index c84a38f0170e..977d22fbd6f2 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-d59e10370853664aa8d6c97960f16272-9840b3f7dcb44943-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3c7b09ea57a0a9f84c938c05ff06e377", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c01c17d-d1b3-4d7a-b524-4e5d35540655", + "apim-request-id": "6261a3c2-a96e-4f4a-b2c0-6e0acd839514", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:20:44 GMT", + "Date": "Sat, 06 Feb 2021 03:49:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "811" + "x-envoy-upstream-service-time": "144" }, "ResponseBody": { "statistics": { @@ -57,21 +58,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -88,34 +89,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "541291504", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTestAsync.json index 6d042b81bfe3..2e9cbe731dac 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesBatchWithStatisticsTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-09db05e3d864ef4f913213e1fbeab79b-73712c990a48244e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c386dc48f454868243af3522ce69cb86", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48d2a658-a354-4933-b77d-e689f32aebea", + "apim-request-id": "cb0c9450-52ec-492a-945e-10db08232cfc", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:20:46 GMT", + "Date": "Sat, 06 Feb 2021 03:49:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { "statistics": { @@ -57,21 +58,21 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] @@ -88,34 +89,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "438437791", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTest.json index d76682047ebc..97bdc50f05ac 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "103", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f8f27c7857aee5489bb66f6e616ba1ab-ca746b7cd2fa6246-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6e00f2245fa3974393809f959cba426f-8b5f11a40fbda14a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "483a789eb74f49281b818c10882907cc", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3d8a6ec-f6e9-4b02-8c8b-54bdb335a16d", + "apim-request-id": "5389e690-d043-40ef-8035-342e0bbe30bc", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:16 GMT", + "Date": "Sat, 06 Feb 2021 03:49:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "documents": [ @@ -49,34 +43,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "958901847", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTestAsync.json index 1c0fd3e6aee7..7d601f2b60fd 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "103", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c15e81b25171d94ba56ebf0810f0eb2e-a65a5a9669b6e74a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-9d9bf2405ffff24b93a1f0202e532fd3-eccf5b905aa5e244-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "700659f3fdefe683be90e2b1951eb421", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcbe8efa-8bb7-4df5-b55a-574a2b5bfcfd", + "apim-request-id": "8094bf2d-5006-4174-80f1-bb12ada60f1b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:18 GMT", + "Date": "Sat, 06 Feb 2021 03:49:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "documents": [ @@ -49,34 +43,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.83 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 25, "length": 10, - "confidenceScore": 0.85 + "confidenceScore": 1.0 }, { "text": "Paul Allen", "category": "Person", "offset": 40, "length": 10, - "confidenceScore": 0.9 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "988548785", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTest.json index f86697cc9493..b01845f94c71 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "102", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c597d864a0d2c9448ccfce45726b2d7d-0fbb46312800104c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-092d88dbb0665e4f96e5e644100e3484-3a582af1b631b04e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fb4827053b6a1252c3b25be970bef0ff", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d2e05c25-0c16-4651-b65f-d38167fcbffc", + "apim-request-id": "3a16059b-0acf-48aa-8774-99b06e7f6afd", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:16 GMT", + "Date": "Sat, 06 Feb 2021 03:49:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "documents": [ @@ -49,34 +43,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1194835107", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTestAsync.json index 876dd43e698d..03a1e63b0e83 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "102", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-09673b1cf5b97c46b271dd38335375dd-26ce9ba687abee43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-aae71dff7b239149bcd51dfe5868be47-09cabad6c79f1a49-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b55082b33b1fe734efdcbb82c7c8a31b", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfc3eec8-c9cd-430b-af90-c1dcba21f313", + "apim-request-id": "38de0281-9d4f-4535-8c62-d30d5790609e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:17:18 GMT", + "Date": "Sat, 06 Feb 2021 03:49:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "documents": [ @@ -49,34 +43,34 @@ "category": "Organization", "offset": 0, "length": 9, - "confidenceScore": 0.85 + "confidenceScore": 0.97 }, { "text": "Bill Gates", "category": "Person", "offset": 26, "length": 10, - "confidenceScore": 0.82 + "confidenceScore": 0.99 }, { "text": "Paul Allen", "category": "Person", "offset": 39, "length": 10, - "confidenceScore": 0.77 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "852244609", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTest.json index 11b8bbcd1649..16dc98df35e6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTest.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-04-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-04-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3a4aa4f516676643bd772a780f6ccbf6-eb57c886c0d35d41-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-e5081dc3699d5e4d94c5d8eef7f9f892-22b02aa157e1b748-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c580665e455e125e80a821d61e9c3c18", "x-ms-return-client-request-id": "true" }, @@ -24,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "46d030fb-5883-4367-803c-7eb27dfc2e73", + "apim-request-id": "5f944991-6a48-4228-83cb-6c4962aef1b6", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Mon, 01 Feb 2021 19:20:45 GMT", + "Date": "Sat, 06 Feb 2021 03:49:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "documents": [ @@ -73,6 +73,6 @@ "Variables": { "RandomSeed": "1531566714", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTestAsync.json index 54db92bf8cef..cca8017caff0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeEntitiesTests/RecognizeEntitiesWithSubCategoryTestAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-04-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-04-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e2d6e4927918e0448ceee4388fd87b02-82a45b0dda646b4b-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-c7e3afb8d6185240a4d7aeb6be6e3819-c07c13df1fe1324b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3b4b745166e69035ddd947884a09aa87", "x-ms-return-client-request-id": "true" }, @@ -24,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a526d509-a667-4524-80cd-e0f0c14ad98a", + "apim-request-id": "bf4fca6f-096f-4c6b-8435-d2531bb2d1a3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Mon, 01 Feb 2021 19:20:45 GMT", + "Date": "Sat, 06 Feb 2021 03:49:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { "documents": [ @@ -73,6 +73,6 @@ "Variables": { "RandomSeed": "1094081853", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPagination.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPagination.json index 2810cd2a1b9e..6db92f25c313 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPagination.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPagination.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3af461b36c97145930bd94dbd5fa5c9-2ec6d924443a7f45-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-fea4c4f3d0f68d4b91ffc64292904d4e-df0f8f51f2a1b44b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d518e71fb8bbde791a4a8e2d519abd2d", "x-ms-return-client-request-id": "true" }, @@ -29,102 +29,102 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "770a9381-3640-4870-9add-d2926d065f1d", - "Date": "Wed, 03 Feb 2021 19:13:54 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/738f5bcd-edbe-4dad-8e85-92d4857e1942", + "apim-request-id": "daa11b6c-cb9d-4c6b-9968-1ecf22f686b0", + "Date": "Sat, 06 Feb 2021 03:49:09 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/cbce05de-ec7c-4f8f-b573-a7ff974be6b6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "118" + "x-envoy-upstream-service-time": "97" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/738f5bcd-edbe-4dad-8e85-92d4857e1942?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/cbce05de-ec7c-4f8f-b573-a7ff974be6b6?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "15392559dddf00be7c02b37db1655d5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a15bd8f8-a225-4cee-9ac9-01f55330f02a", + "apim-request-id": "d5a7b7bb-3387-4f36-94fe-a91563b80012", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 19:13:54 GMT", + "Date": "Sat, 06 Feb 2021 03:49:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "196" }, "ResponseBody": { - "jobId": "738f5bcd-edbe-4dad-8e85-92d4857e1942", - "lastUpdateDateTime": "2021-02-03T19:13:55Z", - "createdDateTime": "2021-02-03T19:13:55Z", - "expirationDateTime": "2021-02-04T19:13:55Z", + "jobId": "cbce05de-ec7c-4f8f-b573-a7ff974be6b6", + "lastUpdateDateTime": "2021-02-06T03:49:10Z", + "createdDateTime": "2021-02-06T03:49:10Z", + "expirationDateTime": "2021-02-07T03:49:10Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/738f5bcd-edbe-4dad-8e85-92d4857e1942?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/cbce05de-ec7c-4f8f-b573-a7ff974be6b6?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8fbb3015ae7667cee796b09df47c3a1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e9a1f03-7818-4687-b276-8dbaa281b90a", + "apim-request-id": "51972479-0238-446f-91a6-35bd6f94888d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 19:13:56 GMT", + "Date": "Sat, 06 Feb 2021 03:49:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "738f5bcd-edbe-4dad-8e85-92d4857e1942", - "lastUpdateDateTime": "2021-02-03T19:13:56Z", - "createdDateTime": "2021-02-03T19:13:55Z", - "expirationDateTime": "2021-02-04T19:13:55Z", + "jobId": "cbce05de-ec7c-4f8f-b573-a7ff974be6b6", + "lastUpdateDateTime": "2021-02-06T03:49:11Z", + "createdDateTime": "2021-02-06T03:49:10Z", + "expirationDateTime": "2021-02-07T03:49:10Z", "status": "running", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/738f5bcd-edbe-4dad-8e85-92d4857e1942?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/cbce05de-ec7c-4f8f-b573-a7ff974be6b6?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9ca689c8d08e41aa291759b905fb2cb5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eaf750ef-0383-4e0e-8a50-615a6bd37b91", + "apim-request-id": "5a65dd78-84bf-4c26-a6be-a2677e21011f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 19:13:57 GMT", + "Date": "Sat, 06 Feb 2021 03:49:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "804" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { - "jobId": "738f5bcd-edbe-4dad-8e85-92d4857e1942", - "lastUpdateDateTime": "2021-02-03T19:13:57Z", - "createdDateTime": "2021-02-03T19:13:55Z", - "expirationDateTime": "2021-02-04T19:13:55Z", + "jobId": "cbce05de-ec7c-4f8f-b573-a7ff974be6b6", + "lastUpdateDateTime": "2021-02-06T03:49:12Z", + "createdDateTime": "2021-02-06T03:49:10Z", + "expirationDateTime": "2021-02-07T03:49:10Z", "status": "succeeded", "errors": [], "results": { @@ -1088,6 +1088,6 @@ "Variables": { "RandomSeed": "21962335", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPaginationAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPaginationAsync.json index 34fd94d0b00b..e0d5682b55e0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPaginationAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/AnalyzeHealthcareEntitiesPaginationAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-30e8538acb411a4d9c64a91af0d3ea35-7b57f25b4ee32544-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-eaa26fffc90cd341bd3b0f9f567f06f9-503b63c7cef8f94f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fbbc5786a282c64df8d358b9cc278a4d", "x-ms-return-client-request-id": "true" }, @@ -29,72 +29,72 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3a069025-90fd-4b56-bdbc-9046037ed6be", - "Date": "Wed, 03 Feb 2021 19:14:00 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9abafb97-01eb-4077-bc11-fef995cf1831", + "apim-request-id": "db674888-d055-4d59-ae15-30dfc3fe5e9e", + "Date": "Sat, 06 Feb 2021 03:49:47 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/93af6074-c646-4d74-adc3-ed9e11702569", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1491" + "x-envoy-upstream-service-time": "91" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9abafb97-01eb-4077-bc11-fef995cf1831?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/93af6074-c646-4d74-adc3-ed9e11702569?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "bbeac74cd30307fda0d67684218a1c72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea4533ee-e4b3-4e22-8de6-90cece45b8ae", + "apim-request-id": "04d20c95-09c1-404c-a567-7748f15f8cc1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 19:14:00 GMT", + "Date": "Sat, 06 Feb 2021 03:49:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "jobId": "9abafb97-01eb-4077-bc11-fef995cf1831", - "lastUpdateDateTime": "2021-02-03T19:14:01Z", - "createdDateTime": "2021-02-03T19:13:59Z", - "expirationDateTime": "2021-02-04T19:13:59Z", - "status": "notStarted", + "jobId": "93af6074-c646-4d74-adc3-ed9e11702569", + "lastUpdateDateTime": "2021-02-06T03:49:47Z", + "createdDateTime": "2021-02-06T03:49:47Z", + "expirationDateTime": "2021-02-07T03:49:47Z", + "status": "running", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9abafb97-01eb-4077-bc11-fef995cf1831?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/93af6074-c646-4d74-adc3-ed9e11702569?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210203.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2c9581455d02f093db0efd8af829c0c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d11b78b-8bc8-4842-8ef2-ba09315e5b88", + "apim-request-id": "6b630e1a-79dd-4e46-8f5c-ee5234532459", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 03 Feb 2021 19:14:02 GMT", + "Date": "Sat, 06 Feb 2021 03:49:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "128" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { - "jobId": "9abafb97-01eb-4077-bc11-fef995cf1831", - "lastUpdateDateTime": "2021-02-03T19:14:02Z", - "createdDateTime": "2021-02-03T19:13:59Z", - "expirationDateTime": "2021-02-04T19:13:59Z", + "jobId": "93af6074-c646-4d74-adc3-ed9e11702569", + "lastUpdateDateTime": "2021-02-06T03:49:47Z", + "createdDateTime": "2021-02-06T03:49:47Z", + "expirationDateTime": "2021-02-07T03:49:47Z", "status": "succeeded", "errors": [], "results": { @@ -1058,6 +1058,6 @@ "Variables": { "RandomSeed": "1439010920", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTest.json index bb3ca3056773..970af2ac992c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-14eaf278ddb2ac4ba8f8511b8c3100c1-5f0f7cccab366a47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-9a4bbf8b7b68b84e97c6afc18ab70aad-96419eb1829ffe4f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1d7c0f7df9a5be46a7bf1d0b574c6095", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4ec9e445-1708-4951-bea3-f6741fc8740d", - "Date": "Tue, 17 Nov 2020 20:17:19 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/12a3f8a5-4582-4ed6-a21b-f906a663be51", + "apim-request-id": "37dfb05d-6ab1-499d-b1b2-b100af4ffb61", + "Date": "Sat, 06 Feb 2021 03:49:13 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7151a699-015a-491a-84ff-32d90ba017df", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "111" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "218" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/12a3f8a5-4582-4ed6-a21b-f906a663be51?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7151a699-015a-491a-84ff-32d90ba017df?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9441bfd5d8fa13e75ab79017f0dbec22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "373937ad-40cd-4d82-b57f-69ee3d139277", + "apim-request-id": "0bdbd5ad-000c-4d00-8cb1-622b8d716ad4", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:19 GMT", + "Date": "Sat, 06 Feb 2021 03:49:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "12a3f8a5-4582-4ed6-a21b-f906a663be51", - "lastUpdateDateTime": "2020-11-17T20:17:19Z", - "createdDateTime": "2020-11-17T20:17:19Z", - "expirationDateTime": "2020-11-18T20:17:19Z", + "jobId": "7151a699-015a-491a-84ff-32d90ba017df", + "lastUpdateDateTime": "2021-02-06T03:49:13Z", + "createdDateTime": "2021-02-06T03:49:13Z", + "expirationDateTime": "2021-02-07T03:49:13Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/12a3f8a5-4582-4ed6-a21b-f906a663be51?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7151a699-015a-491a-84ff-32d90ba017df?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1f1476b4f8decd8416de12a15e37d599", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef23896f-7dda-4705-b697-f9e23f605d91", + "apim-request-id": "661a4256-c844-4659-88d8-3fd3f4104724", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:20 GMT", + "Date": "Sat, 06 Feb 2021 03:49:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "12a3f8a5-4582-4ed6-a21b-f906a663be51", - "lastUpdateDateTime": "2020-11-17T20:17:20Z", - "createdDateTime": "2020-11-17T20:17:19Z", - "expirationDateTime": "2020-11-18T20:17:19Z", + "jobId": "7151a699-015a-491a-84ff-32d90ba017df", + "lastUpdateDateTime": "2021-02-06T03:49:13Z", + "createdDateTime": "2021-02-06T03:49:13Z", + "expirationDateTime": "2021-02-07T03:49:13Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7151a699-015a-491a-84ff-32d90ba017df?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "9fb8c34e36bba5c72869c2ed682ecdcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "83f35fb6-97e4-4f22-a4eb-eb657e51dc65", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "7151a699-015a-491a-84ff-32d90ba017df", + "lastUpdateDateTime": "2021-02-06T03:49:13Z", + "createdDateTime": "2021-02-06T03:49:13Z", + "expirationDateTime": "2021-02-07T03:49:13Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7151a699-015a-491a-84ff-32d90ba017df?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "e057fbd34137dcb63a747e1bc545b423", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "38a4bb8a-017c-4570-9fc8-e7eaa5736c16", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "71" + }, + "ResponseBody": { + "jobId": "7151a699-015a-491a-84ff-32d90ba017df", + "lastUpdateDateTime": "2021-02-06T03:49:16Z", + "createdDateTime": "2021-02-06T03:49:13Z", + "expirationDateTime": "2021-02-07T03:49:13Z", "status": "succeeded", "errors": [], "results": { @@ -1076,6 +1118,6 @@ "Variables": { "RandomSeed": "1964733569", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTestAsync.json index 2b70b458d001..2597ae046cf8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e378a10bd4c5644d830ae0c747097d1d-66555824ce934042-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-eaf9a99894ab1f4da1847519785675b4-b03068ed02157048-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "99aaf08b1c844fb2d7a9025199ec97e4", "x-ms-return-client-request-id": "true" }, @@ -35,120 +29,102 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bf7fa95d-3cbf-4d0d-93d1-f542314dd081", - "Date": "Tue, 17 Nov 2020 20:17:43 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2a3901ba-172d-4894-9597-8f300e7cc8be", + "apim-request-id": "a34c7159-c4de-43d0-a805-4583ed3f7b62", + "Date": "Sat, 06 Feb 2021 03:49:48 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/35780f0f-b8d3-49cc-b485-8c41592f32a4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "107" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "170" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2a3901ba-172d-4894-9597-8f300e7cc8be?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/35780f0f-b8d3-49cc-b485-8c41592f32a4?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a6eb27012d3e0231e64179d6488bf525", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e4cca84-09df-4f71-ac0c-547db9859b9c", + "apim-request-id": "96f63cb4-df2c-461f-aecc-eb1b2d277aa2", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:43 GMT", + "Date": "Sat, 06 Feb 2021 03:49:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "2a3901ba-172d-4894-9597-8f300e7cc8be", - "lastUpdateDateTime": "2020-11-17T20:17:43Z", - "createdDateTime": "2020-11-17T20:17:43Z", - "expirationDateTime": "2020-11-18T20:17:43Z", + "jobId": "35780f0f-b8d3-49cc-b485-8c41592f32a4", + "lastUpdateDateTime": "2021-02-06T03:49:49Z", + "createdDateTime": "2021-02-06T03:49:49Z", + "expirationDateTime": "2021-02-07T03:49:49Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2a3901ba-172d-4894-9597-8f300e7cc8be?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/35780f0f-b8d3-49cc-b485-8c41592f32a4?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4d12280124119b66ed27d10225884cad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c29f4ac1-cde1-429a-b30f-a99981d6ccca", + "apim-request-id": "1d5d6fe5-ce5c-4332-b156-988b9333dd64", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:44 GMT", + "Date": "Sat, 06 Feb 2021 03:49:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "2a3901ba-172d-4894-9597-8f300e7cc8be", - "lastUpdateDateTime": "2020-11-17T20:17:43Z", - "createdDateTime": "2020-11-17T20:17:43Z", - "expirationDateTime": "2020-11-18T20:17:43Z", + "jobId": "35780f0f-b8d3-49cc-b485-8c41592f32a4", + "lastUpdateDateTime": "2021-02-06T03:49:49Z", + "createdDateTime": "2021-02-06T03:49:49Z", + "expirationDateTime": "2021-02-07T03:49:49Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2a3901ba-172d-4894-9597-8f300e7cc8be?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/35780f0f-b8d3-49cc-b485-8c41592f32a4?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c1281b11742f5d97bfa8b242a2dc074b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e75f13e-227f-4463-b2e8-b947178ddcd7", + "apim-request-id": "5e3c477a-5ac4-4586-8b0b-835efee46c0c", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:45 GMT", + "Date": "Sat, 06 Feb 2021 03:49:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { - "jobId": "2a3901ba-172d-4894-9597-8f300e7cc8be", - "lastUpdateDateTime": "2020-11-17T20:17:45Z", - "createdDateTime": "2020-11-17T20:17:43Z", - "expirationDateTime": "2020-11-18T20:17:43Z", + "jobId": "35780f0f-b8d3-49cc-b485-8c41592f32a4", + "lastUpdateDateTime": "2021-02-06T03:49:51Z", + "createdDateTime": "2021-02-06T03:49:49Z", + "expirationDateTime": "2021-02-07T03:49:49Z", "status": "succeeded", "errors": [], "results": { @@ -1112,6 +1088,6 @@ "Variables": { "RandomSeed": "2027271043", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTest.json index 97ae3df643b2..6d36205b1943 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-820d1670fbc3b9449f529347d8ae1c84-29a313a32c740747-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6fe11c7c5620c6469e5c7abc5dab8d73-36440cea78d04943-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "87697e405fe3a2c8182b48340c37e5c5", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bd9b5618-19b7-49ff-a1a4-a5e27664185a", - "Date": "Tue, 17 Nov 2020 20:17:21 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0f1b6376-499b-4a5a-abd3-8a5a0014361e", + "apim-request-id": "d323c5b2-cede-4d57-8375-dbf7ac114db8", + "Date": "Sat, 06 Feb 2021 03:49:18 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/27e6b4aa-2acc-46bb-a9b5-801bd6282c46", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0f1b6376-499b-4a5a-abd3-8a5a0014361e?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/27e6b4aa-2acc-46bb-a9b5-801bd6282c46?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f1abd77b68195cb092c7f20f1aa7cc84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "905aea21-8ae7-4bf5-a538-f49ed6618c09", + "apim-request-id": "f362c137-df1c-4a71-9517-75d0df0d3943", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:21 GMT", + "Date": "Sat, 06 Feb 2021 03:49:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "0f1b6376-499b-4a5a-abd3-8a5a0014361e", - "lastUpdateDateTime": "2020-11-17T20:17:21Z", - "createdDateTime": "2020-11-17T20:17:21Z", - "expirationDateTime": "2020-11-18T20:17:21Z", + "jobId": "27e6b4aa-2acc-46bb-a9b5-801bd6282c46", + "lastUpdateDateTime": "2021-02-06T03:49:18Z", + "createdDateTime": "2021-02-06T03:49:18Z", + "expirationDateTime": "2021-02-07T03:49:18Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0f1b6376-499b-4a5a-abd3-8a5a0014361e?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/27e6b4aa-2acc-46bb-a9b5-801bd6282c46?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "be37acebd508d7a1d3d78987b19e23cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7b90bc3e-33b6-4cc3-8d64-8c18ce13eaf1", + "apim-request-id": "9e588071-9616-45af-b445-dd9e55b54226", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "27e6b4aa-2acc-46bb-a9b5-801bd6282c46", + "lastUpdateDateTime": "2021-02-06T03:49:18Z", + "createdDateTime": "2021-02-06T03:49:18Z", + "expirationDateTime": "2021-02-07T03:49:18Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/27e6b4aa-2acc-46bb-a9b5-801bd6282c46?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b34190e23bc3d86ecd0cf51c6cb88870", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "17cbdc37-e747-4162-9582-457295d9f174", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "27e6b4aa-2acc-46bb-a9b5-801bd6282c46", + "lastUpdateDateTime": "2021-02-06T03:49:18Z", + "createdDateTime": "2021-02-06T03:49:18Z", + "expirationDateTime": "2021-02-07T03:49:18Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/27e6b4aa-2acc-46bb-a9b5-801bd6282c46?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "6048c45f2600a6bd35d41e41de29aaf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a696d414-9d96-4a5c-8b73-211392ad4b4c", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:22 GMT", + "Date": "Sat, 06 Feb 2021 03:49:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "97" }, "ResponseBody": { - "jobId": "0f1b6376-499b-4a5a-abd3-8a5a0014361e", - "lastUpdateDateTime": "2020-11-17T20:17:22Z", - "createdDateTime": "2020-11-17T20:17:21Z", - "expirationDateTime": "2020-11-18T20:17:21Z", + "jobId": "27e6b4aa-2acc-46bb-a9b5-801bd6282c46", + "lastUpdateDateTime": "2021-02-06T03:49:21Z", + "createdDateTime": "2021-02-06T03:49:18Z", + "expirationDateTime": "2021-02-07T03:49:18Z", "status": "succeeded", "errors": [], "results": { @@ -1090,6 +1132,6 @@ "Variables": { "RandomSeed": "609735027", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTestAsync.json index 9f5fcbd171ab..c99e7f3c5abd 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f8537121a74ad5429fde7e832852f234-e011b86eb7e6744d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-802771adf56fde45b3a14248438b5ae0-1d15b5a450c2324a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "da8d96a331a03c42a6c41c2d9f512b98", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,162 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7d0b3fd6-fb21-4f54-bea8-6bd12f85a090", - "Date": "Tue, 17 Nov 2020 20:17:46 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bbb94621-6197-42a6-b2d9-fcf7a3b93321", + "apim-request-id": "a1cdb186-fa6b-4765-a32b-c577babb92c3", + "Date": "Sat, 06 Feb 2021 03:49:52 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bbb94621-6197-42a6-b2d9-fcf7a3b93321?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a36dbbc9f92b427287ffda298bd01507", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61921f13-fb74-4a60-bc26-105d1f5bcd79", + "apim-request-id": "a74af234-b44b-4cfc-9fbf-03c38ceda242", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:46 GMT", + "Date": "Sat, 06 Feb 2021 03:49:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { - "jobId": "bbb94621-6197-42a6-b2d9-fcf7a3b93321", - "lastUpdateDateTime": "2020-11-17T20:17:46Z", - "createdDateTime": "2020-11-17T20:17:46Z", - "expirationDateTime": "2020-11-18T20:17:46Z", + "jobId": "febf5765-eda2-415b-baab-6a8053993095", + "lastUpdateDateTime": "2021-02-06T03:49:52Z", + "createdDateTime": "2021-02-06T03:49:52Z", + "expirationDateTime": "2021-02-07T03:49:52Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bbb94621-6197-42a6-b2d9-fcf7a3b93321?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "86c4abbaba50d8ace0d0fc3795e01d2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f61f505d-0fba-4dcb-81cb-ac11692f0555", + "apim-request-id": "c151b56f-40be-4343-bfce-af8b210072ba", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "febf5765-eda2-415b-baab-6a8053993095", + "lastUpdateDateTime": "2021-02-06T03:49:52Z", + "createdDateTime": "2021-02-06T03:49:52Z", + "expirationDateTime": "2021-02-07T03:49:52Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "97afe1fd518fa965244a53a05719b0d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5454d8e4-9bb4-4694-9078-3687f87275c2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "jobId": "febf5765-eda2-415b-baab-6a8053993095", + "lastUpdateDateTime": "2021-02-06T03:49:52Z", + "createdDateTime": "2021-02-06T03:49:52Z", + "expirationDateTime": "2021-02-07T03:49:52Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f47314aea48d0f480e95c35afd3bada6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "02a9fbf2-8c99-4ac7-9072-77c7a5e088a6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "febf5765-eda2-415b-baab-6a8053993095", + "lastUpdateDateTime": "2021-02-06T03:49:52Z", + "createdDateTime": "2021-02-06T03:49:52Z", + "expirationDateTime": "2021-02-07T03:49:52Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/febf5765-eda2-415b-baab-6a8053993095?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "a92baee17e216978451a6205660b80c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f4a93452-a4d7-4c2a-80fd-eddecaf9f81d", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:47 GMT", + "Date": "Sat, 06 Feb 2021 03:49:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "74" }, "ResponseBody": { - "jobId": "bbb94621-6197-42a6-b2d9-fcf7a3b93321", - "lastUpdateDateTime": "2020-11-17T20:17:47Z", - "createdDateTime": "2020-11-17T20:17:46Z", - "expirationDateTime": "2020-11-18T20:17:46Z", + "jobId": "febf5765-eda2-415b-baab-6a8053993095", + "lastUpdateDateTime": "2021-02-06T03:49:56Z", + "createdDateTime": "2021-02-06T03:49:52Z", + "expirationDateTime": "2021-02-07T03:49:52Z", "status": "succeeded", "errors": [], "results": { @@ -1090,6 +1162,6 @@ "Variables": { "RandomSeed": "377463297", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTest.json index 51d2778c0b3e..0a2310b84298 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4fb9030fb7690b4c94a47bff1f52e26d-240da57c9617ad46-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6059e021861a6c458b112e177d6abaa5-335faaf8934cbf42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0d63e53cea7530898179e7904fedbae6", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "66c3f9d5-e426-4cf8-8334-12d83a1758f4", - "Date": "Tue, 17 Nov 2020 20:17:22 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/362248b4-c139-42dc-9cf6-def8daf40398", + "apim-request-id": "c3277d53-179a-49f3-981c-b29476ff624d", + "Date": "Sat, 06 Feb 2021 03:49:22 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9b835de-7884-4681-851e-64da9080cee3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "97" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/362248b4-c139-42dc-9cf6-def8daf40398?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9b835de-7884-4681-851e-64da9080cee3?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7a482533d010f661d7a330e46a9c020c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1eedc4be-a8d5-47ee-8e82-f68537143b9d", + "apim-request-id": "08245d2f-5675-445d-97c4-6b2c81c23554", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:22 GMT", + "Date": "Sat, 06 Feb 2021 03:49:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "jobId": "362248b4-c139-42dc-9cf6-def8daf40398", - "lastUpdateDateTime": "2020-11-17T20:17:23Z", - "createdDateTime": "2020-11-17T20:17:23Z", - "expirationDateTime": "2020-11-18T20:17:23Z", + "jobId": "c9b835de-7884-4681-851e-64da9080cee3", + "lastUpdateDateTime": "2021-02-06T03:49:22Z", + "createdDateTime": "2021-02-06T03:49:22Z", + "expirationDateTime": "2021-02-07T03:49:22Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/362248b4-c139-42dc-9cf6-def8daf40398?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9b835de-7884-4681-851e-64da9080cee3?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d4480f3cd87c0175cc930cf584ae8a9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95a2ab4f-95ba-4048-87b5-e5e9483174b4", + "apim-request-id": "03388fcc-0cd5-446d-8161-ce34c42478b3", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:24 GMT", + "Date": "Sat, 06 Feb 2021 03:49:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { - "jobId": "362248b4-c139-42dc-9cf6-def8daf40398", - "lastUpdateDateTime": "2020-11-17T20:17:23Z", - "createdDateTime": "2020-11-17T20:17:23Z", - "expirationDateTime": "2020-11-18T20:17:23Z", + "jobId": "c9b835de-7884-4681-851e-64da9080cee3", + "lastUpdateDateTime": "2021-02-06T03:49:22Z", + "createdDateTime": "2021-02-06T03:49:22Z", + "expirationDateTime": "2021-02-07T03:49:22Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9b835de-7884-4681-851e-64da9080cee3?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "00da5d97d0326c02836c36d1baa4c6e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a32ee6d2-0145-4b0d-80a8-ce0f633a913d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "c9b835de-7884-4681-851e-64da9080cee3", + "lastUpdateDateTime": "2021-02-06T03:49:25Z", + "createdDateTime": "2021-02-06T03:49:22Z", + "expirationDateTime": "2021-02-07T03:49:22Z", + "status": "running", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9b835de-7884-4681-851e-64da9080cee3?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4053da77e5a55a69b046ae7dc36c7228", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f40218cd-1d8f-4540-984a-2d03a41851be", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "75" + }, + "ResponseBody": { + "jobId": "c9b835de-7884-4681-851e-64da9080cee3", + "lastUpdateDateTime": "2021-02-06T03:49:25Z", + "createdDateTime": "2021-02-06T03:49:22Z", + "expirationDateTime": "2021-02-07T03:49:22Z", "status": "succeeded", "errors": [], "results": { @@ -1076,6 +1118,6 @@ "Variables": { "RandomSeed": "894243901", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTestAsync.json index 4f373637d109..048772d53df5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-05f41b1b783914489db35780ac4e1eac-fce58d1f3cc89d4c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f24a442b10f7db42bdccd7753d57faba-71b544dd51abc94e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "17e898e3099143136b2e35c82964efd9", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8087eea0-099a-4cf6-bc28-917ba41d612e", - "Date": "Tue, 17 Nov 2020 20:17:47 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3fa152cb-6ce3-4f6a-a245-947cc74a5869", + "apim-request-id": "2190cfa7-a21b-4bba-a700-4015716b0871", + "Date": "Sat, 06 Feb 2021 03:49:58 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/be73546c-6944-4596-a881-e91d9b63f65c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3fa152cb-6ce3-4f6a-a245-947cc74a5869?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/be73546c-6944-4596-a881-e91d9b63f65c?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7dd0fa2b947b788e4d51b90a9e064f06", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c52df40a-dd12-4fd2-9516-84fb47b1ed90", + "apim-request-id": "b6fc535a-e602-4147-8bdb-ab6368321f9e", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:47 GMT", + "Date": "Sat, 06 Feb 2021 03:49:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "3fa152cb-6ce3-4f6a-a245-947cc74a5869", - "lastUpdateDateTime": "2020-11-17T20:17:48Z", - "createdDateTime": "2020-11-17T20:17:48Z", - "expirationDateTime": "2020-11-18T20:17:48Z", - "status": "running", + "jobId": "be73546c-6944-4596-a881-e91d9b63f65c", + "lastUpdateDateTime": "2021-02-06T03:49:58Z", + "createdDateTime": "2021-02-06T03:49:58Z", + "expirationDateTime": "2021-02-07T03:49:58Z", + "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3fa152cb-6ce3-4f6a-a245-947cc74a5869?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/be73546c-6944-4596-a881-e91d9b63f65c?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ddd7cae644b1aa3bb79fb4ecc872f743", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63573006-4315-4971-a57c-ae3446e47bce", + "apim-request-id": "07213df1-7655-4bb7-8dd1-3f11dcf15688", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "be73546c-6944-4596-a881-e91d9b63f65c", + "lastUpdateDateTime": "2021-02-06T03:49:58Z", + "createdDateTime": "2021-02-06T03:49:58Z", + "expirationDateTime": "2021-02-07T03:49:58Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/be73546c-6944-4596-a881-e91d9b63f65c?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "3c1db919135b4f3e0970ca3f4f09a565", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "40c4efd9-ef0b-4567-b0fb-92aeacb236c9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "be73546c-6944-4596-a881-e91d9b63f65c", + "lastUpdateDateTime": "2021-02-06T03:49:58Z", + "createdDateTime": "2021-02-06T03:49:58Z", + "expirationDateTime": "2021-02-07T03:49:58Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/be73546c-6944-4596-a881-e91d9b63f65c?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "5fe22edf128ce627be26c6dcdfa2b0da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "256a1e6e-b05d-4223-b2da-949cfe95e37e", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:49 GMT", + "Date": "Sat, 06 Feb 2021 03:50:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { - "jobId": "3fa152cb-6ce3-4f6a-a245-947cc74a5869", - "lastUpdateDateTime": "2020-11-17T20:17:48Z", - "createdDateTime": "2020-11-17T20:17:48Z", - "expirationDateTime": "2020-11-18T20:17:48Z", + "jobId": "be73546c-6944-4596-a881-e91d9b63f65c", + "lastUpdateDateTime": "2021-02-06T03:50:01Z", + "createdDateTime": "2021-02-06T03:49:58Z", + "expirationDateTime": "2021-02-07T03:49:58Z", "status": "succeeded", "errors": [], "results": { @@ -1076,6 +1118,6 @@ "Variables": { "RandomSeed": "1051051872", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellation.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellation.json index 5f8fe1d3ebef..faeaba8e9b6f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellation.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellation.json @@ -8,8 +8,8 @@ "Content-Length": "1555", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fe4a69256ca20e4d8e5be111c9b59898-4b073567e45cb94f-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-17e6503155c91642afe106f140e081e1-92ea43995e4f3941-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d6f2d0cc095dc3418ddc67fdaec34f8c", "x-ms-return-client-request-id": "true" }, @@ -69,65 +69,65 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4ef6323b-4b0f-41ab-8824-f1a6443a96e9", - "Date": "Mon, 25 Jan 2021 21:21:54 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/767c1c2f-b7e9-4d86-9649-d18c783b7981", + "apim-request-id": "24434d0a-d1ce-48c1-ae8c-42468ea9f9bf", + "Date": "Sat, 06 Feb 2021 03:49:26 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/57f16d58-fb59-45b4-82f0-9c02b19d16f9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "459" + "x-envoy-upstream-service-time": "224" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/767c1c2f-b7e9-4d86-9649-d18c783b7981", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/57f16d58-fb59-45b4-82f0-9c02b19d16f9", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e1bd0b21afaacf4ed5d58b17e46d5140", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a6dc1370-39b6-4769-8ac5-196bcfba641a", - "Date": "Mon, 25 Jan 2021 21:21:54 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/767c1c2f-b7e9-4d86-9649-d18c783b7981", + "apim-request-id": "9eeefec0-9a23-437f-85f2-ecd11b85e4c0", + "Date": "Sat, 06 Feb 2021 03:49:26 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/57f16d58-fb59-45b4-82f0-9c02b19d16f9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/767c1c2f-b7e9-4d86-9649-d18c783b7981?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/57f16d58-fb59-45b4-82f0-9c02b19d16f9?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0b47155e744b34ff8e7def83a29a0d23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6625bb2b-e241-4a34-89c5-6da031a5cbe7", + "apim-request-id": "f859c6a3-0ade-4ea9-afbe-5b845e10757d", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Jan 2021 21:21:54 GMT", + "Date": "Sat, 06 Feb 2021 03:49:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "jobId": "767c1c2f-b7e9-4d86-9649-d18c783b7981", - "lastUpdateDateTime": "2021-01-25T21:21:55Z", - "createdDateTime": "2021-01-25T21:21:54Z", - "expirationDateTime": "2021-01-26T21:21:54Z", + "jobId": "57f16d58-fb59-45b4-82f0-9c02b19d16f9", + "lastUpdateDateTime": "2021-02-06T03:49:27Z", + "createdDateTime": "2021-02-06T03:49:26Z", + "expirationDateTime": "2021-02-07T03:49:26Z", "status": "cancelled", "errors": [] } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellationAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellationAsync.json index c2a0e3ceef7d..315bcc900b4d 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellationAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithCancellationAsync.json @@ -8,8 +8,8 @@ "Content-Length": "1555", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7bcbb70e0e9cbb4c9f364cc9834adaa9-77ff086169d2b44a-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-b53463b99f01324babf732e41c89f8db-61b6481bd2d9764d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "174f72762caf768d734c4bc2cef9931d", "x-ms-return-client-request-id": "true" }, @@ -69,65 +69,65 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6030c1ef-5c9d-4d7e-aff2-264f15c6c0f4", - "Date": "Mon, 25 Jan 2021 21:21:55 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7229745e-43ed-4502-ad23-1ebd33e9212a", + "apim-request-id": "3e9b35c8-1132-49f7-b750-3e117c4331e2", + "Date": "Sat, 06 Feb 2021 03:50:02 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/14d6a28d-fd00-4852-8717-b9d4d07b0e5c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "451" + "x-envoy-upstream-service-time": "190" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7229745e-43ed-4502-ad23-1ebd33e9212a", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/14d6a28d-fd00-4852-8717-b9d4d07b0e5c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b4dedd3f6eed1404f274aef6ca46c145", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "85e1a560-71be-4a46-911e-885e05a5f454", - "Date": "Mon, 25 Jan 2021 21:21:56 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7229745e-43ed-4502-ad23-1ebd33e9212a", + "apim-request-id": "3a47ebe0-444e-45ef-b357-d3c3c37fbaa9", + "Date": "Sat, 06 Feb 2021 03:50:02 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/14d6a28d-fd00-4852-8717-b9d4d07b0e5c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7229745e-43ed-4502-ad23-1ebd33e9212a?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/14d6a28d-fd00-4852-8717-b9d4d07b0e5c?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210125.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1748fd33d947290e5b3b13a681114adc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "583f1064-0e45-4634-996a-f8a9e37265c7", + "apim-request-id": "de4e0f1b-8848-4f78-8360-9ce000edb71a", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Jan 2021 21:21:56 GMT", + "Date": "Sat, 06 Feb 2021 03:50:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { - "jobId": "7229745e-43ed-4502-ad23-1ebd33e9212a", - "lastUpdateDateTime": "2021-01-25T21:21:57Z", - "createdDateTime": "2021-01-25T21:21:56Z", - "expirationDateTime": "2021-01-26T21:21:56Z", + "jobId": "14d6a28d-fd00-4852-8717-b9d4d07b0e5c", + "lastUpdateDateTime": "2021-02-06T03:50:03Z", + "createdDateTime": "2021-02-06T03:50:02Z", + "expirationDateTime": "2021-02-07T03:50:02Z", "status": "cancelled", "errors": [] } diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTest.json index 37bbbe0cf003..9cde72c0e4e0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "260", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5b8b45d57fc3fe4b8fbcf6aef4492347-60e6882442630a45-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-cdd8b1b63e12644980e6c82f6b228de3-8c2552235f439842-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ed679d93c08fe171a9b236aaa757046a", "x-ms-return-client-request-id": "true" }, @@ -40,120 +34,162 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c5f10c46-5981-4387-a80f-8e22dc29cab1", - "Date": "Tue, 17 Nov 2020 20:17:24 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2fb767eb-a81e-4f61-8f75-0d4a0ee5691d", + "apim-request-id": "1c9dc1fa-6c16-4e52-9be1-941803a9185b", + "Date": "Sat, 06 Feb 2021 03:49:27 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "100" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2fb767eb-a81e-4f61-8f75-0d4a0ee5691d?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8ac7fae8cf64a9249598acb3531ad44c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "52ec23d4-b58a-487c-a840-82fbef19b656", + "apim-request-id": "9580047b-e1cc-4e34-ba5d-c1588e2324e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:24 GMT", + "Date": "Sat, 06 Feb 2021 03:49:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "jobId": "2fb767eb-a81e-4f61-8f75-0d4a0ee5691d", - "lastUpdateDateTime": "2020-11-17T20:17:25Z", - "createdDateTime": "2020-11-17T20:17:25Z", - "expirationDateTime": "2020-11-18T20:17:25Z", + "jobId": "75f92865-5660-45b0-bd33-caa5932aee7e", + "lastUpdateDateTime": "2021-02-06T03:49:27Z", + "createdDateTime": "2021-02-06T03:49:27Z", + "expirationDateTime": "2021-02-07T03:49:27Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2fb767eb-a81e-4f61-8f75-0d4a0ee5691d?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e1e35bcd7fe4ca895c5026b1fcf89877", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebfa1a3c-708a-48fe-80a2-4868d2e63267", + "apim-request-id": "a69b2477-f585-43ee-8e4e-aa5a776f6dc9", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:25 GMT", + "Date": "Sat, 06 Feb 2021 03:49:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "2fb767eb-a81e-4f61-8f75-0d4a0ee5691d", - "lastUpdateDateTime": "2020-11-17T20:17:25Z", - "createdDateTime": "2020-11-17T20:17:25Z", - "expirationDateTime": "2020-11-18T20:17:25Z", + "jobId": "75f92865-5660-45b0-bd33-caa5932aee7e", + "lastUpdateDateTime": "2021-02-06T03:49:27Z", + "createdDateTime": "2021-02-06T03:49:27Z", + "expirationDateTime": "2021-02-07T03:49:27Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2fb767eb-a81e-4f61-8f75-0d4a0ee5691d?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "42e053ff1beac39b78bd58f714be8d8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5eda0b83-2f8c-4434-908f-a0530e660163", + "apim-request-id": "fbf4d0f6-8dcd-46b0-8a4c-2c9d51f49949", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "75f92865-5660-45b0-bd33-caa5932aee7e", + "lastUpdateDateTime": "2021-02-06T03:49:27Z", + "createdDateTime": "2021-02-06T03:49:27Z", + "expirationDateTime": "2021-02-07T03:49:27Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4bddeade2273698670fd2d14a873ad9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f43eead3-6b0e-4adc-9cda-2f40e371c94a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "75f92865-5660-45b0-bd33-caa5932aee7e", + "lastUpdateDateTime": "2021-02-06T03:49:31Z", + "createdDateTime": "2021-02-06T03:49:27Z", + "expirationDateTime": "2021-02-07T03:49:27Z", + "status": "running", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/75f92865-5660-45b0-bd33-caa5932aee7e?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "ffb435ff9139b161bf1f68262691b59e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "84d20cef-93c3-41e7-a7f3-a64958952793", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:26 GMT", + "Date": "Sat, 06 Feb 2021 03:49:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "83" }, "ResponseBody": { - "jobId": "2fb767eb-a81e-4f61-8f75-0d4a0ee5691d", - "lastUpdateDateTime": "2020-11-17T20:17:27Z", - "createdDateTime": "2020-11-17T20:17:25Z", - "expirationDateTime": "2020-11-18T20:17:25Z", + "jobId": "75f92865-5660-45b0-bd33-caa5932aee7e", + "lastUpdateDateTime": "2021-02-06T03:49:31Z", + "createdDateTime": "2021-02-06T03:49:27Z", + "expirationDateTime": "2021-02-07T03:49:27Z", "status": "succeeded", "errors": [], "results": { @@ -1129,6 +1165,6 @@ "Variables": { "RandomSeed": "1719176907", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTestAsync.json index 420147347302..4cc3aedb7d31 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "260", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0368f13da7cd13459cfdaab50b5b66d9-e31129e5a759704f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-5300012f4df4b14699d9e140ea201b4d-b7e95266ad77ac4f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4352d8dd6e2ff74a3743e20989f20949", "x-ms-return-client-request-id": "true" }, @@ -40,120 +34,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "94825d88-d0d8-48b0-90f2-9b766c6aa7af", - "Date": "Tue, 17 Nov 2020 20:17:49 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/02eb8b31-3b90-4831-9e21-ad2b9507e75b", + "apim-request-id": "14e0b57d-3253-4866-a9ff-3d7241bee5fa", + "Date": "Sat, 06 Feb 2021 03:50:03 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/341215ad-e6f7-461a-bf27-dbf1c8969073", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/02eb8b31-3b90-4831-9e21-ad2b9507e75b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/341215ad-e6f7-461a-bf27-dbf1c8969073?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b850713105701863d1b6a799a800b67b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7819c40-9c03-44a2-87c0-7ee28aaf6a86", + "apim-request-id": "27bc6bdd-34b0-476d-9dc3-f64b1de11fdc", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:49 GMT", + "Date": "Sat, 06 Feb 2021 03:50:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "02eb8b31-3b90-4831-9e21-ad2b9507e75b", - "lastUpdateDateTime": "2020-11-17T20:17:50Z", - "createdDateTime": "2020-11-17T20:17:50Z", - "expirationDateTime": "2020-11-18T20:17:50Z", + "jobId": "341215ad-e6f7-461a-bf27-dbf1c8969073", + "lastUpdateDateTime": "2021-02-06T03:50:03Z", + "createdDateTime": "2021-02-06T03:50:03Z", + "expirationDateTime": "2021-02-07T03:50:03Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/02eb8b31-3b90-4831-9e21-ad2b9507e75b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/341215ad-e6f7-461a-bf27-dbf1c8969073?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7b6997a8eb08a1c0115e8728d43fe710", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c59f478-edbb-40c8-9ca0-c0d5bf4aaa5c", + "apim-request-id": "d40bec44-03e5-4126-8284-3a7a4828d8a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:50 GMT", + "Date": "Sat, 06 Feb 2021 03:50:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "02eb8b31-3b90-4831-9e21-ad2b9507e75b", - "lastUpdateDateTime": "2020-11-17T20:17:50Z", - "createdDateTime": "2020-11-17T20:17:50Z", - "expirationDateTime": "2020-11-18T20:17:50Z", + "jobId": "341215ad-e6f7-461a-bf27-dbf1c8969073", + "lastUpdateDateTime": "2021-02-06T03:50:03Z", + "createdDateTime": "2021-02-06T03:50:03Z", + "expirationDateTime": "2021-02-07T03:50:03Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/02eb8b31-3b90-4831-9e21-ad2b9507e75b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/341215ad-e6f7-461a-bf27-dbf1c8969073?showStats=false", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c4c517d3dcd1d7de74397279c7b14e37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b18d8e3-6ab9-427a-b382-c034485f0e73", + "apim-request-id": "a5379f25-8f0f-4d01-ac15-a57e2e959dc1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "341215ad-e6f7-461a-bf27-dbf1c8969073", + "lastUpdateDateTime": "2021-02-06T03:50:03Z", + "createdDateTime": "2021-02-06T03:50:03Z", + "expirationDateTime": "2021-02-07T03:50:03Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/341215ad-e6f7-461a-bf27-dbf1c8969073?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f260678d8d894640b1aea7117e3b4491", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0f7200e7-b38b-4468-aa17-273a66436e83", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:51 GMT", + "Date": "Sat, 06 Feb 2021 03:50:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "111" }, "ResponseBody": { - "jobId": "02eb8b31-3b90-4831-9e21-ad2b9507e75b", - "lastUpdateDateTime": "2020-11-17T20:17:52Z", - "createdDateTime": "2020-11-17T20:17:50Z", - "expirationDateTime": "2020-11-18T20:17:50Z", + "jobId": "341215ad-e6f7-461a-bf27-dbf1c8969073", + "lastUpdateDateTime": "2021-02-06T03:50:06Z", + "createdDateTime": "2021-02-06T03:50:03Z", + "expirationDateTime": "2021-02-07T03:50:03Z", "status": "succeeded", "errors": [], "results": { @@ -1129,6 +1135,6 @@ "Variables": { "RandomSeed": "729062063", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTest.json index cf9d11d442a1..adec54d391c5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cb0b72f0f737ad46b488b099de2d5f02-281d591a3652c44a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b9001a7df862c041a846a55c51845a90-291e4ce63e098548-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8ec3c90b7880bba55b75abdb84a19321", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "afda2f44-d43b-457f-936b-b7b68444a0d9", - "Date": "Tue, 17 Nov 2020 20:17:33 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9fea5a29-65ef-4c9d-a1c7-a52d290964f9", + "apim-request-id": "383b8ca8-66a6-410a-b70c-2720fd0a8207", + "Date": "Sat, 06 Feb 2021 03:49:32 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e76f6fc2-13ac-4226-8057-2a777aa59eba", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "82" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9fea5a29-65ef-4c9d-a1c7-a52d290964f9?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e76f6fc2-13ac-4226-8057-2a777aa59eba?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "56fe48ebb003114e437c6f5c1a23295d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f26b44c8-1570-4f34-95eb-1529be62a1fb", + "apim-request-id": "453e53e3-8f46-4716-9636-158e1733af7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:34 GMT", + "Date": "Sat, 06 Feb 2021 03:49:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "jobId": "9fea5a29-65ef-4c9d-a1c7-a52d290964f9", - "lastUpdateDateTime": "2020-11-17T20:17:34Z", - "createdDateTime": "2020-11-17T20:17:34Z", - "expirationDateTime": "2020-11-18T20:17:34Z", + "jobId": "e76f6fc2-13ac-4226-8057-2a777aa59eba", + "lastUpdateDateTime": "2021-02-06T03:49:33Z", + "createdDateTime": "2021-02-06T03:49:33Z", + "expirationDateTime": "2021-02-07T03:49:33Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9fea5a29-65ef-4c9d-a1c7-a52d290964f9?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e76f6fc2-13ac-4226-8057-2a777aa59eba?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e2f12bb5a78a8d006ec8d88886d7049c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "194db38b-1f21-43cb-b8e3-1e2a265e9e77", + "apim-request-id": "fe2d4c33-64d0-4066-b1a5-eb6f21aa7ee7", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "e76f6fc2-13ac-4226-8057-2a777aa59eba", + "lastUpdateDateTime": "2021-02-06T03:49:33Z", + "createdDateTime": "2021-02-06T03:49:33Z", + "expirationDateTime": "2021-02-07T03:49:33Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e76f6fc2-13ac-4226-8057-2a777aa59eba?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c7d5601dc12e5b3c7ab14a040948a137", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6b81e6a0-8106-43f3-af71-e6242c7fbe78", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "e76f6fc2-13ac-4226-8057-2a777aa59eba", + "lastUpdateDateTime": "2021-02-06T03:49:33Z", + "createdDateTime": "2021-02-06T03:49:33Z", + "expirationDateTime": "2021-02-07T03:49:33Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e76f6fc2-13ac-4226-8057-2a777aa59eba?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "59254d4cb0b043964770e83ad7c68b6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b0146531-c12d-49ee-9991-e787c8a6fb66", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:35 GMT", + "Date": "Sat, 06 Feb 2021 03:49:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { - "jobId": "9fea5a29-65ef-4c9d-a1c7-a52d290964f9", - "lastUpdateDateTime": "2020-11-17T20:17:35Z", - "createdDateTime": "2020-11-17T20:17:34Z", - "expirationDateTime": "2020-11-18T20:17:34Z", + "jobId": "e76f6fc2-13ac-4226-8057-2a777aa59eba", + "lastUpdateDateTime": "2021-02-06T03:49:36Z", + "createdDateTime": "2021-02-06T03:49:33Z", + "expirationDateTime": "2021-02-07T03:49:33Z", "status": "succeeded", "errors": [], "results": { @@ -1090,6 +1132,6 @@ "Variables": { "RandomSeed": "858087556", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTestAsync.json index 3bade03be42e..9f0f9029e416 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesBatchWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-602b2ed8d3af63489380e207d9991ee2-5459ddb583294a4e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b8f9f4b2c0a61b4fbbbd04b44957221a-5fb03a8a82065d49-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "cb820fc464b79dcc9212329646bf509a", "x-ms-return-client-request-id": "true" }, @@ -35,84 +29,162 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "adc15c3a-153a-4cf3-a7b4-8551ba4be5f0", - "Date": "Tue, 17 Nov 2020 20:17:56 GMT", - "operation-location": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d8b654cc-f229-4dbd-82af-28622459e1df", + "apim-request-id": "b3e508bb-171e-4629-883f-3f5f99777ec8", + "Date": "Sat, 06 Feb 2021 03:50:07 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "89" }, "ResponseBody": [] }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d8b654cc-f229-4dbd-82af-28622459e1df?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "08d18cd76fa1ba75ad5e5758b7de00e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "835e47aa-338d-478d-ad6f-7cbf8a7a5f86", + "apim-request-id": "c6449a39-9721-48b3-99ce-bdeb0ff35b7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:57 GMT", + "Date": "Sat, 06 Feb 2021 03:50:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "d8b654cc-f229-4dbd-82af-28622459e1df", - "lastUpdateDateTime": "2020-11-17T20:17:57Z", - "createdDateTime": "2020-11-17T20:17:56Z", - "expirationDateTime": "2020-11-18T20:17:56Z", - "status": "running", + "jobId": "dc750e8a-fb8f-4218-8109-70f797c6c308", + "lastUpdateDateTime": "2021-02-06T03:50:07Z", + "createdDateTime": "2021-02-06T03:50:07Z", + "expirationDateTime": "2021-02-07T03:50:07Z", + "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d8b654cc-f229-4dbd-82af-28622459e1df?showStats=true", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308?showStats=true", "RequestMethod": "GET", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2ac480b3f6758c758bf3f8f60a589915", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1d8a604-d619-4cb8-a707-9058753142d3", + "apim-request-id": "a069492e-1bb2-4f13-a109-063f8cff69e6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "dc750e8a-fb8f-4218-8109-70f797c6c308", + "lastUpdateDateTime": "2021-02-06T03:50:07Z", + "createdDateTime": "2021-02-06T03:50:07Z", + "expirationDateTime": "2021-02-07T03:50:07Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "4456bc1eb361546e99c71e580d73e5b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "00581c57-854a-4d4a-a0f0-949f95970b5a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" + }, + "ResponseBody": { + "jobId": "dc750e8a-fb8f-4218-8109-70f797c6c308", + "lastUpdateDateTime": "2021-02-06T03:50:07Z", + "createdDateTime": "2021-02-06T03:50:07Z", + "expirationDateTime": "2021-02-07T03:50:07Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "c5e24e1225fae02416447dad777faf54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a6153e1f-81e5-44b0-b6d2-82497d87aa55", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "dc750e8a-fb8f-4218-8109-70f797c6c308", + "lastUpdateDateTime": "2021-02-06T03:50:07Z", + "createdDateTime": "2021-02-06T03:50:07Z", + "expirationDateTime": "2021-02-07T03:50:07Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc750e8a-fb8f-4218-8109-70f797c6c308?showStats=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "fa3a41c5bb88ff82117090aed71d7e17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "938ba18e-9b1e-4caf-a29d-1f09cfdd0a89", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:17:58 GMT", + "Date": "Sat, 06 Feb 2021 03:50:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { - "jobId": "d8b654cc-f229-4dbd-82af-28622459e1df", - "lastUpdateDateTime": "2020-11-17T20:17:57Z", - "createdDateTime": "2020-11-17T20:17:56Z", - "expirationDateTime": "2020-11-18T20:17:56Z", + "jobId": "dc750e8a-fb8f-4218-8109-70f797c6c308", + "lastUpdateDateTime": "2021-02-06T03:50:12Z", + "createdDateTime": "2021-02-06T03:50:07Z", + "expirationDateTime": "2021-02-07T03:50:07Z", "status": "succeeded", "errors": [], "results": { @@ -1090,6 +1162,6 @@ "Variables": { "RandomSeed": "1450670554", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTest.json index e390bbbaaa87..176ae8b86fa6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTest.json @@ -8,8 +8,8 @@ "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-36f6c39da44b2546bad6c9a423bf90c6-96b8683de0ee4542-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-517f005e7ab20d42a5bb04f65889ed8e-7be15f4813bd0949-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e51cbf87a321df02032925de5e6708b4", "x-ms-return-client-request-id": "true" }, @@ -29,72 +29,162 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e8773249-c01a-4a99-b340-7b9288cbfd28", - "Date": "Mon, 01 Feb 2021 22:39:56 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/abf7284a-a7ce-45b8-8e97-928f6d9f9d06", + "apim-request-id": "c93895a5-541f-40ff-a03f-783975c7383d", + "Date": "Sat, 06 Feb 2021 03:49:36 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "303" + "x-envoy-upstream-service-time": "104" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/abf7284a-a7ce-45b8-8e97-928f6d9f9d06?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2cdb69530701f208f175aa6a97e2593b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2211dd68-5bcb-4ce4-8f36-0cf5b87073ff", + "apim-request-id": "91574411-f654-4c16-b3b0-275c29ff205d", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 01 Feb 2021 22:39:57 GMT", + "Date": "Sat, 06 Feb 2021 03:49:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1143" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "abf7284a-a7ce-45b8-8e97-928f6d9f9d06", - "lastUpdateDateTime": "2021-02-01T22:39:57Z", - "createdDateTime": "2021-02-01T22:39:56Z", - "expirationDateTime": "2021-02-02T22:39:56Z", + "jobId": "a49bb24e-a432-44e7-8059-d462ec21dd68", + "lastUpdateDateTime": "2021-02-06T03:49:37Z", + "createdDateTime": "2021-02-06T03:49:37Z", + "expirationDateTime": "2021-02-07T03:49:37Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/abf7284a-a7ce-45b8-8e97-928f6d9f9d06?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a701cb20bb11a529608aebe12f36a48e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b838e7d-c660-4b9c-a2f2-adb50d7daf8d", + "apim-request-id": "f3708e24-ccd0-4412-b011-f681ecb1e431", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 01 Feb 2021 22:40:00 GMT", + "Date": "Sat, 06 Feb 2021 03:49:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1501" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "abf7284a-a7ce-45b8-8e97-928f6d9f9d06", - "lastUpdateDateTime": "2021-02-01T22:40:00Z", - "createdDateTime": "2021-02-01T22:39:56Z", - "expirationDateTime": "2021-02-02T22:39:56Z", + "jobId": "a49bb24e-a432-44e7-8059-d462ec21dd68", + "lastUpdateDateTime": "2021-02-06T03:49:37Z", + "createdDateTime": "2021-02-06T03:49:37Z", + "expirationDateTime": "2021-02-07T03:49:37Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "03c09e10ea8d7fc1b629f4abf8984821", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fd416c8e-920e-4794-a4be-df2a528e8211", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "a49bb24e-a432-44e7-8059-d462ec21dd68", + "lastUpdateDateTime": "2021-02-06T03:49:37Z", + "createdDateTime": "2021-02-06T03:49:37Z", + "expirationDateTime": "2021-02-07T03:49:37Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "93bde9d0616598a24035cb771c26c3ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9c3c4db9-2623-472c-82d9-7046f87c17ce", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "jobId": "a49bb24e-a432-44e7-8059-d462ec21dd68", + "lastUpdateDateTime": "2021-02-06T03:49:37Z", + "createdDateTime": "2021-02-06T03:49:37Z", + "expirationDateTime": "2021-02-07T03:49:37Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a49bb24e-a432-44e7-8059-d462ec21dd68?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "f8591cd0562136ad0a82f0e8c77dacc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "43a1a4af-d097-4d1f-be5f-464a3221006f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:49:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "43" + }, + "ResponseBody": { + "jobId": "a49bb24e-a432-44e7-8059-d462ec21dd68", + "lastUpdateDateTime": "2021-02-06T03:49:41Z", + "createdDateTime": "2021-02-06T03:49:37Z", + "expirationDateTime": "2021-02-07T03:49:37Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTestAsync.json index 9d2599631670..dec72365daf5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesTestAsync.json @@ -8,8 +8,8 @@ "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0731d84338b4a34597da1454795cff6f-32e439059e32dc4e-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-982eb6bf2622bd49b72e7d651423718e-4e39f1f79b544c45-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "acdb13842ca5b9295fa84adf0c4870a8", "x-ms-return-client-request-id": "true" }, @@ -29,72 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a8d93197-4ccc-44e0-9e54-09b4c1701fa5", - "Date": "Mon, 01 Feb 2021 22:40:01 GMT", - "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e16734bd-a6bc-4401-a89e-88c6f216a900", + "apim-request-id": "685c21f6-2288-4a95-a263-f0b9ec6e6f19", + "Date": "Sat, 06 Feb 2021 03:50:13 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e1215d3f-97af-4a5c-b680-8642fb4b4ee0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "681" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e16734bd-a6bc-4401-a89e-88c6f216a900?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e1215d3f-97af-4a5c-b680-8642fb4b4ee0?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1181511460ff1ed085a4ba80632c2cfd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e3452241-630f-4efb-86ea-df96ed527dbc", + "apim-request-id": "9fe60cdd-d6de-433d-bab4-7ff55f4800d9", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 01 Feb 2021 22:40:01 GMT", + "Date": "Sat, 06 Feb 2021 03:50:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "e16734bd-a6bc-4401-a89e-88c6f216a900", - "lastUpdateDateTime": "2021-02-01T22:40:02Z", - "createdDateTime": "2021-02-01T22:40:01Z", - "expirationDateTime": "2021-02-02T22:40:01Z", + "jobId": "e1215d3f-97af-4a5c-b680-8642fb4b4ee0", + "lastUpdateDateTime": "2021-02-06T03:50:13Z", + "createdDateTime": "2021-02-06T03:50:13Z", + "expirationDateTime": "2021-02-07T03:50:13Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e16734bd-a6bc-4401-a89e-88c6f216a900?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e1215d3f-97af-4a5c-b680-8642fb4b4ee0?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210201.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d0605b7dc709a544ca5e0c1b0401dc1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5a409b75-0291-4bb3-99f8-50b010d94834", + "apim-request-id": "6d87ba24-7baf-4760-9b19-99bb5e12cc06", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 01 Feb 2021 22:40:05 GMT", + "Date": "Sat, 06 Feb 2021 03:50:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2378" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "e16734bd-a6bc-4401-a89e-88c6f216a900", - "lastUpdateDateTime": "2021-02-01T22:40:03Z", - "createdDateTime": "2021-02-01T22:40:01Z", - "expirationDateTime": "2021-02-02T22:40:01Z", + "jobId": "e1215d3f-97af-4a5c-b680-8642fb4b4ee0", + "lastUpdateDateTime": "2021-02-06T03:50:13Z", + "createdDateTime": "2021-02-06T03:50:13Z", + "expirationDateTime": "2021-02-07T03:50:13Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e1215d3f-97af-4a5c-b680-8642fb4b4ee0?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b5e59345e53b24c743bd270071a85633", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "86136fb4-3ee3-4b86-be72-3d2ec660ada5", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "e1215d3f-97af-4a5c-b680-8642fb4b4ee0", + "lastUpdateDateTime": "2021-02-06T03:50:13Z", + "createdDateTime": "2021-02-06T03:50:13Z", + "expirationDateTime": "2021-02-07T03:50:13Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e1215d3f-97af-4a5c-b680-8642fb4b4ee0?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "b0624d7ba0e84c9f0cdc46a153b41a84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8b6ac16f-5322-4202-b4ce-70ef613ce045", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": { + "jobId": "e1215d3f-97af-4a5c-b680-8642fb4b4ee0", + "lastUpdateDateTime": "2021-02-06T03:50:17Z", + "createdDateTime": "2021-02-06T03:50:13Z", + "expirationDateTime": "2021-02-07T03:50:13Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTest.json index fcc809a3b2a9..2eb8a7a65d7b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTest.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1e6a1287af151040b3a9b49e95e6cfdb-2764f7acf961a34c-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-eafde7695dc87943ad184886471d36b2-e2852796830c6e4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "0e649e128b084513c9c62e584c5f813b", "x-ms-return-client-request-id": "true" }, @@ -29,132 +29,132 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7cadf99e-ac28-4300-b1b6-1c5fb79b76bf", - "Date": "Tue, 02 Feb 2021 19:27:43 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/1c091e34-a18e-4bc6-9b48-d779cef530ea", + "apim-request-id": "d865b04c-88e7-4041-ab36-fc44f8cfdbc5", + "Date": "Sat, 06 Feb 2021 03:49:43 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/49300e04-a7f8-4b9d-96da-4f2f32ef9098", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "306" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/1c091e34-a18e-4bc6-9b48-d779cef530ea?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/49300e04-a7f8-4b9d-96da-4f2f32ef9098?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "796705c1528f3adf8bba34f0a8f2bd37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff908c29-ecae-41a1-b646-7fcd98655046", + "apim-request-id": "0af45f84-5d23-4cd6-84ec-fd54b5ce599d", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:43 GMT", + "Date": "Sat, 06 Feb 2021 03:49:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { - "jobId": "1c091e34-a18e-4bc6-9b48-d779cef530ea", - "lastUpdateDateTime": "2021-02-02T19:27:44Z", - "createdDateTime": "2021-02-02T19:27:43Z", - "expirationDateTime": "2021-02-03T19:27:43Z", + "jobId": "49300e04-a7f8-4b9d-96da-4f2f32ef9098", + "lastUpdateDateTime": "2021-02-06T03:49:43Z", + "createdDateTime": "2021-02-06T03:49:43Z", + "expirationDateTime": "2021-02-07T03:49:43Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/1c091e34-a18e-4bc6-9b48-d779cef530ea?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/49300e04-a7f8-4b9d-96da-4f2f32ef9098?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "740ea8ad2ce006c130b149d1ae645358", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dae5e4c-1d9f-40da-ad4e-9b1a469b1dc1", + "apim-request-id": "0c5ba356-642f-47a7-b8d7-32b6ea17b589", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:45 GMT", + "Date": "Sat, 06 Feb 2021 03:49:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { - "jobId": "1c091e34-a18e-4bc6-9b48-d779cef530ea", - "lastUpdateDateTime": "2021-02-02T19:27:44Z", - "createdDateTime": "2021-02-02T19:27:43Z", - "expirationDateTime": "2021-02-03T19:27:43Z", + "jobId": "49300e04-a7f8-4b9d-96da-4f2f32ef9098", + "lastUpdateDateTime": "2021-02-06T03:49:43Z", + "createdDateTime": "2021-02-06T03:49:43Z", + "expirationDateTime": "2021-02-07T03:49:43Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/1c091e34-a18e-4bc6-9b48-d779cef530ea?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/49300e04-a7f8-4b9d-96da-4f2f32ef9098?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "07effce6ecdcc068be2a834d57229cd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a5be5b8-a5e1-46d6-9e61-e85b6b5f9ecf", + "apim-request-id": "4b40d994-7afe-4374-a3e4-737bee425bbe", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:46 GMT", + "Date": "Sat, 06 Feb 2021 03:49:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "1c091e34-a18e-4bc6-9b48-d779cef530ea", - "lastUpdateDateTime": "2021-02-02T19:27:44Z", - "createdDateTime": "2021-02-02T19:27:43Z", - "expirationDateTime": "2021-02-03T19:27:43Z", + "jobId": "49300e04-a7f8-4b9d-96da-4f2f32ef9098", + "lastUpdateDateTime": "2021-02-06T03:49:43Z", + "createdDateTime": "2021-02-06T03:49:43Z", + "expirationDateTime": "2021-02-07T03:49:43Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/1c091e34-a18e-4bc6-9b48-d779cef530ea?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/49300e04-a7f8-4b9d-96da-4f2f32ef9098?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a4abf7090d51955a436148dd080e8c26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3c33ed4-7d2b-423f-bc48-82dde9e5f672", + "apim-request-id": "9a8e2c31-b45c-44bb-964a-82d9eb927140", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:47 GMT", + "Date": "Sat, 06 Feb 2021 03:49:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "790" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { - "jobId": "1c091e34-a18e-4bc6-9b48-d779cef530ea", - "lastUpdateDateTime": "2021-02-02T19:27:47Z", - "createdDateTime": "2021-02-02T19:27:43Z", - "expirationDateTime": "2021-02-03T19:27:43Z", + "jobId": "49300e04-a7f8-4b9d-96da-4f2f32ef9098", + "lastUpdateDateTime": "2021-02-06T03:49:46Z", + "createdDateTime": "2021-02-06T03:49:43Z", + "expirationDateTime": "2021-02-07T03:49:43Z", "status": "succeeded", "errors": [], "results": { @@ -1118,6 +1118,6 @@ "Variables": { "RandomSeed": "1940196881", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTestAsync.json index 19cd0b961b81..e830d502a8fe 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeHealthcareEntitiesTests/RecognizeHealthcareEntitiesWithLanguageTestAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "223", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2bed19706cb9724aa846fdc53132c0e8-8705568b7c1c2b48-00", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-b9676634bda46c45ad86c2e1eebe8b49-48c356a70046b14a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ac50657e0564f29f4cf677ed0a13f18a", "x-ms-return-client-request-id": "true" }, @@ -29,102 +29,162 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ee56cf4e-ec0c-445d-afe5-5a3425b28b3f", - "Date": "Tue, 02 Feb 2021 19:27:49 GMT", - "operation-location": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/36b5c940-d84f-42c7-8b78-81858610571b", + "apim-request-id": "8c2595c1-75df-4b22-81a0-7b702b509c49", + "Date": "Sat, 06 Feb 2021 03:50:17 GMT", + "operation-location": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "500" + "x-envoy-upstream-service-time": "104" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/36b5c940-d84f-42c7-8b78-81858610571b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "ee06e8ec9851bf144fa0b3348eac9147", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1485843-ffd3-4832-ba99-dac497aed872", + "apim-request-id": "93f4c253-b34a-419d-9808-d2c01985d6de", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:49 GMT", + "Date": "Sat, 06 Feb 2021 03:50:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "36b5c940-d84f-42c7-8b78-81858610571b", - "lastUpdateDateTime": "2021-02-02T19:27:49Z", - "createdDateTime": "2021-02-02T19:27:49Z", - "expirationDateTime": "2021-02-03T19:27:49Z", + "jobId": "542483e4-a20d-414b-9587-f8a9260d4af1", + "lastUpdateDateTime": "2021-02-06T03:50:17Z", + "createdDateTime": "2021-02-06T03:50:17Z", + "expirationDateTime": "2021-02-07T03:50:17Z", "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/36b5c940-d84f-42c7-8b78-81858610571b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c56f00a8f06aed051c550a52700d0abf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7cf5f11b-a63f-49b3-9c80-38791efaf581", + "apim-request-id": "b561c5b1-92bb-426c-8a7b-8569fb242afa", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:50 GMT", + "Date": "Sat, 06 Feb 2021 03:50:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "7" }, "ResponseBody": { - "jobId": "36b5c940-d84f-42c7-8b78-81858610571b", - "lastUpdateDateTime": "2021-02-02T19:27:51Z", - "createdDateTime": "2021-02-02T19:27:49Z", - "expirationDateTime": "2021-02-03T19:27:49Z", - "status": "running", + "jobId": "542483e4-a20d-414b-9587-f8a9260d4af1", + "lastUpdateDateTime": "2021-02-06T03:50:17Z", + "createdDateTime": "2021-02-06T03:50:17Z", + "expirationDateTime": "2021-02-07T03:50:17Z", + "status": "notStarted", "errors": [] } }, { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/36b5c940-d84f-42c7-8b78-81858610571b?showStats=false", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1?showStats=false", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json, text/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c9cabda7fe2ee58e51915dc3526b639f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "154f5f60-d105-4502-93f5-dfc31ac14d8d", + "apim-request-id": "bd07996d-f0d1-4870-a002-5a1cb21ea862", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "542483e4-a20d-414b-9587-f8a9260d4af1", + "lastUpdateDateTime": "2021-02-06T03:50:17Z", + "createdDateTime": "2021-02-06T03:50:17Z", + "expirationDateTime": "2021-02-07T03:50:17Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "094430652ca3fb20e319d1fb8ec14f41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "eca7dd0d-d8f8-400f-9ba4-ed63ac9956bc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Sat, 06 Feb 2021 03:50:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "542483e4-a20d-414b-9587-f8a9260d4af1", + "lastUpdateDateTime": "2021-02-06T03:50:17Z", + "createdDateTime": "2021-02-06T03:50:17Z", + "expirationDateTime": "2021-02-07T03:50:17Z", + "status": "notStarted", + "errors": [] + } + }, + { + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/542483e4-a20d-414b-9587-f8a9260d4af1?showStats=false", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json, text/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "x-ms-client-request-id": "d18df496c7e2aa18718a74d992419ab0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7401ffcf-4264-40cd-9d51-21441451aaa9", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 02 Feb 2021 19:27:51 GMT", + "Date": "Sat, 06 Feb 2021 03:50:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "207" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { - "jobId": "36b5c940-d84f-42c7-8b78-81858610571b", - "lastUpdateDateTime": "2021-02-02T19:27:51Z", - "createdDateTime": "2021-02-02T19:27:49Z", - "expirationDateTime": "2021-02-03T19:27:49Z", + "jobId": "542483e4-a20d-414b-9587-f8a9260d4af1", + "lastUpdateDateTime": "2021-02-06T03:50:22Z", + "createdDateTime": "2021-02-06T03:50:17Z", + "expirationDateTime": "2021-02-07T03:50:17Z", "status": "succeeded", "errors": [], "results": { @@ -1088,6 +1148,6 @@ "Variables": { "RandomSeed": "330150674", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTest.json index 04ce29ca826d..7d7d3319190a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "192", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-28f693809e22894ca5780606b324f52c-2b0e9af160cc2a41-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-9528651ff452af42a698c0102b213fda-45839a8868bb954c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d727f8b3ab5caeec2a15d6a3b1743ade", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12453032-7231-495e-bd36-7d43f20a4071", + "apim-request-id": "c7f2dd0c-ec6d-467e-9286-f47249289e49", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:07 GMT", + "Date": "Sat, 06 Feb 2021 03:50:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "documents": [ @@ -147,6 +141,6 @@ "Variables": { "RandomSeed": "1090158568", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTestAsync.json index 465f1e50e52d..e78546f4035c 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "192", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1aff4380d9440a41b03f38a6f8a9dd21-1c45b3c0f03e7841-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdca93bc4802c7459707f1896042a649-48e1b9ebf2ad974b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "476534efbdc7cda5ab406b046713b5b6", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "88d77ca0-8d0e-431f-adda-b1d8e1a7ff13", + "apim-request-id": "bee4eb0c-4e66-42d0-addd-43abe4991f0a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:09 GMT", + "Date": "Sat, 06 Feb 2021 03:50:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "documents": [ @@ -147,6 +141,6 @@ "Variables": { "RandomSeed": "118147903", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTest.json index 0d1963b46620..ac9d6123ff90 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "192", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c0246b695b33d741abc4aa50061796f2-f497d9984dfabc41-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0afd34f34c006a4b91a2a44dacc951f7-b44522fb120e0746-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "297e980ed9e8189820ebd45ff129bc5c", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b588ed98-829f-4ae6-8fa9-06b2c08bb855", + "apim-request-id": "a066ac81-7201-4b27-98ab-ead8c131461e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:07 GMT", + "Date": "Sat, 06 Feb 2021 03:50:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "statistics": { @@ -161,6 +155,6 @@ "Variables": { "RandomSeed": "966684010", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTestAsync.json index fcf0c1d37405..e3b0fb544fe6 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchConvenienceWithStatisticsTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "192", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1610fa4a957afb4da28d1cb64ded2ceb-1adfac1db77cb843-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6295b5992aa61d4c836013c68e222d83-5730a9007ef9634e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "efbfe45b25f6d2a2775e1edd2fe4e7aa", "x-ms-return-client-request-id": "true" }, @@ -35,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d73f0693-74fb-467b-86ac-171da7c2a0aa", + "apim-request-id": "1e75e429-f8ac-4693-a32e-0aa53650d18b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:09 GMT", + "Date": "Sat, 06 Feb 2021 03:50:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "statistics": { @@ -161,6 +155,6 @@ "Variables": { "RandomSeed": "1003575897", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTest.json index b1f9f2f5c0b7..2d90dc3f6f99 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-4a5eaba08f5a604986cd5b369f942895-d377dd9c52dd3241-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "70aff255bc0a587f23734ec6facb2924", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a16e475-3034-401f-8391-55007a9d23d4", + "apim-request-id": "b6158ab1-a768-491a-a7e5-713ecc8b843e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:02:33 GMT", + "Date": "Sat, 06 Feb 2021 03:50:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "documents": [ @@ -156,6 +157,6 @@ "Variables": { "RandomSeed": "1863021454", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTestAsync.json index 5586da79cee7..69af4da7e9a2 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-40a7c6aa9644d1449625cd9f8b5c9ad2-dbcb1672cb01514a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b6c8d0c26960e1039b6b5addff48c5fe", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98fb863f-9cc2-43c0-ad3b-9a5344663c8a", + "apim-request-id": "1e728fe5-fdee-4930-a911-efc708033abf", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:02:34 GMT", + "Date": "Sat, 06 Feb 2021 03:50:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "763" }, "ResponseBody": { "documents": [ @@ -156,6 +157,6 @@ "Variables": { "RandomSeed": "1694310088", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTest.json index 5f7fb5b328ad..858e233e2001 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "229", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9274b30e0e82914296cec455388c39cb-4da8f8fc2e50334d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-55834660c0525a448ba3c41f029b2d89-2f78943886eafa42-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1199dc8afc6a0ac5f0743171c35d6934", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47264312-5e34-49d9-b5a3-1e17f504ffa3", + "apim-request-id": "ab3ec50f-87ac-40e2-9a4f-9517cf928cc4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:08 GMT", + "Date": "Sat, 06 Feb 2021 03:50:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "1548" }, "ResponseBody": { "documents": [ @@ -164,6 +158,6 @@ "Variables": { "RandomSeed": "2120326363", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTestAsync.json index 05bdbcc54a08..616080e191d8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "229", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9364a4ddcf696c4396616fbf2841c93a-f9b4ff3172eeb247-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-fdeb24dda4d91e43b95511cecd28f97a-bdd2ce6da8c17e47-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4f030e46456aaab2ab975c8325cfab86", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8bdbed12-2b43-408c-8dc4-21690f891a1d", + "apim-request-id": "28283b57-4a34-4a10-b108-9497af146a27", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:10 GMT", + "Date": "Sat, 06 Feb 2021 03:50:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "487" }, "ResponseBody": { "documents": [ @@ -164,6 +158,6 @@ "Variables": { "RandomSeed": "1773584232", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatch.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatch.json index 49927d767c94..4e5986f3429f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatch.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatch.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "561", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-002da652783b564c803526aba33e301e-f358d58920818b46-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b89087e9fb31464897878fe59c2fc766-226a5304000be849-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "192c3c1f91647770ee90b0e32a189a79", "x-ms-return-client-request-id": "true" }, @@ -55,13 +49,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "5ae748b7-622f-43ed-85e2-f72f5928a880", + "apim-request-id": "0f4c83e9-4d6d-410d-aaff-45cc67e929bf", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:08 GMT", + "Date": "Sat, 06 Feb 2021 03:50:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "907456664", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatchAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatchAsync.json index 728e7eae0dc7..b213ce7fd08b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatchAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithInvalidDocumentBatchAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "561", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1ba62e93a0119f43a58c90574040a79e-5918572c153f8343-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-77cb2332e691d848a81f55d77da912fa-4bdc62eadae50f48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "aa01d6b77b2b2d76ec0e72d5ad5d4024", "x-ms-return-client-request-id": "true" }, @@ -55,13 +49,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "5c76cb1d-9ae8-4f56-a93b-58f682371e8a", + "apim-request-id": "b1ef839a-f5bc-4f5b-bd17-d02e191ccf74", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:10 GMT", + "Date": "Sat, 06 Feb 2021 03:50:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "602192603", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTest.json index 36dd581d79e9..9ee4a28a8cac 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cd2bb4cced21b046aa775de8075ce26d-cb10e4bf7f37d643-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-b2965f577084f9429ec8bed1e4316bcb-f3514e5eb9c12544-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "39e775856c33e5040de74ed9f57d5d06", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "8260337e-ca59-4d80-9f0b-766f34aa2101", + "apim-request-id": "f3f2ecc9-b67d-45a7-af31-d706eb666c75", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:08 GMT", + "Date": "Sat, 06 Feb 2021 03:50:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "143174300", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTestAsync.json index c6abeba6f388..379342e5d68a 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullIdTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "64", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-559b0c873c940b47a2f22e52d866d6bf-f97d938c264c2d4c-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-82ce4df84c5c66459e80ee14759ef53a-2dcde20e253bf047-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9f2af246abde141d1e5ee3f98d0120cc", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "4af5d433-3909-4891-8efd-eff3ca87c00b", + "apim-request-id": "7312b145-88a2-4454-a5cc-c31ba6fbe351", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:10 GMT", + "Date": "Sat, 06 Feb 2021 03:50:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "error": { @@ -53,6 +47,6 @@ "Variables": { "RandomSeed": "688120200", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTest.json index c8e225e81741..db3b35e3fc1d 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-db38f57c6f0e33499ed8b2817e456aa5-ec4ec50057b4844e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a2112ae7d7d75944a585b1217730eb7b-ea2b4621dbfa914e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "73d297ac9bb0c1f746fd7bde1da9241c", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcd95468-784d-4658-ac67-15bc682b0c37", + "apim-request-id": "80eb6ba1-fbbc-4222-9ec5-d604de734996", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:08 GMT", + "Date": "Sat, 06 Feb 2021 03:50:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "3" }, "ResponseBody": { @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "857365247", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTestAsync.json index e0dfb091d72e..93e482291dc0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithNullTextTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "54", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-851c155dee9ca84cb5fe0cee72fa90e0-0dd64f4b44543c44-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a938b0141ced3d49b416f608888a7276-dac692b2bad52c43-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "eb53c4f0f4de762a1a8dd9e931cc3cf8", "x-ms-return-client-request-id": "true" }, @@ -30,12 +24,12 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a555fc70-2f81-419f-b544-9b6af8e20526", + "apim-request-id": "002a77b6-cd4a-4a8e-83f8-e3fe4c71b694", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Nov 2020 20:18:10 GMT", + "Date": "Sat, 06 Feb 2021 03:50:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "3" }, "ResponseBody": { @@ -60,6 +54,6 @@ "Variables": { "RandomSeed": "1341433425", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTest.json index 7d0509247ad4..6e5eee3a8493 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-9d02bdd145e1c5429133ecc434d120aa-51b5a66c5e806647-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "07178a1f00e9eae492911a1486f7f75f", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98383d3e-b976-431b-bed9-73c8c7841fb1", + "apim-request-id": "9efbdde0-b1bd-4832-ae5f-a4f71a1ffde9", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:02:33 GMT", + "Date": "Sat, 06 Feb 2021 03:50:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "statistics": { @@ -170,6 +171,6 @@ "Variables": { "RandomSeed": "775198464", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTestAsync.json index 16d34e13cc80..9f914885bdf8 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesBatchWithStatisticsTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?showStats=true\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "190", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-e8bbcf6c93a1fa41b843a85dc4eb2ba8-51452d51c299b646-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c81f2c7c8424b466b144609b6251448a", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "acdcf78e-d7d5-4120-94f1-99dbc1790692", + "apim-request-id": "5e8ff32b-cf30-4579-8caa-89e3f23f145c", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:02:34 GMT", + "Date": "Sat, 06 Feb 2021 03:50:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "statistics": { @@ -170,6 +171,6 @@ "Variables": { "RandomSeed": "1369620328", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTest.json index e7fe6c41d281..f1dd767fa528 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "103", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bbf39edd853edc48927c350bcf756f36-c14aed5cc9eaef46-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-6ebe196322cfba49afdd070937640eea-aee7617bbcc01e47-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5dbd0e4d74f1991eb1c26555a87606e8", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "363f5e6e-88b6-4214-a918-074ba8b69754", + "apim-request-id": "eb92c3a5-5faa-4037-9b65-c81c8efad858", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:09 GMT", + "Date": "Sat, 06 Feb 2021 03:50:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "862299711", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTestAsync.json index cfc4ec0d658a..fa4c01305e51 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "103", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cf891cafcc68744494432663582154f4-676db34fa50aa545-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-0121137329696c42916ce80a4c651593-7b8053d6ec95844f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "552924120f9751fcf8de062c168ba5ca", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a0a16d2-5427-452c-9bcd-5ac1774ebd31", + "apim-request-id": "31cbcd37-6b9f-462c-9fbf-3610e6239661", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:11 GMT", + "Date": "Sat, 06 Feb 2021 03:50:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "451982382", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTest.json index dff2980c5528..056a5e432ec7 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "102", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-15f1d3a2776e47439f001f73cffacc2e-0761363eb1be2e43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-3b3ec8581bf17e4c93a4f2be3d6f8235-4a9e3e49277c1741-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "934878dc21c8a0a984e7d2d9ad60c773", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9749de6-804c-4655-8a8c-ea0f4c41cfb9", + "apim-request-id": "2413650b-fc99-4c60-9522-7a946607bed7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:09 GMT", + "Date": "Sat, 06 Feb 2021 03:50:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "442" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "1916186259", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTestAsync.json index 93db0ec63e28..ca7d75f89311 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizeLinkedEntitiesTests/RecognizeLinkedEntitiesWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/linking?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "102", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6e4cc5cb244c854cadda449b2aa158f5-5f0b25521901f048-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-eb3a32266131f347a90eab77b34183de-dce3513ca8375d4c-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "25dfcc445911727a9003f8f77dc4c2e5", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dade6ffd-a3c5-4997-8ec2-98a023579af4", + "apim-request-id": "8ae2ca44-2692-4aab-9583-cc6f058c96a2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:11 GMT", + "Date": "Sat, 06 Feb 2021 03:50:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "214" }, "ResponseBody": { "documents": [ @@ -104,6 +98,6 @@ "Variables": { "RandomSeed": "1422875153", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTest.json index a7c4465e8e55..a15ffa6b8909 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-c65ca8c3e549c24ca4be030a17532ede-3510b74a19992646-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "c173c94341dba618c4f393086e026774", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4a794e6-3009-41b1-b87d-8fe860af5a4d", + "apim-request-id": "770eb8a8-6aa1-43d2-82b3-c983b46edf3f", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:49 GMT", + "Date": "Mon, 08 Feb 2021 16:53:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "324" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": { "documents": [ @@ -97,6 +98,6 @@ "Variables": { "RandomSeed": "820182005", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTestAsync.json index 7373b00f24d6..8b0e800ef44e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-e587b5ffa5886b4dbec56473d8955a14-d1889bf6db9fcd4e-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2cf317139685f87e3e57184c7620cca1", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8685848a-686e-4bd9-80b3-a9b4a871f11c", + "apim-request-id": "f828e16d-1807-4a07-aa39-b3aaea1bd752", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:50 GMT", + "Date": "Mon, 08 Feb 2021 16:53:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "123" }, "ResponseBody": { "documents": [ @@ -97,6 +98,6 @@ "Variables": { "RandomSeed": "573069134", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTest.json index 7495104d91ba..b10361f44593 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-cf4f31a906777242af779d3fe090a14a-20201234a3f10a43-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "eecc011d319477b6a3836264a1185b02", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a40e28f1-8b0b-4902-949d-a71932cd4b85", + "apim-request-id": "ac99fb8d-5778-4cac-b534-1d3f9be9d5a5", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:49 GMT", + "Date": "Mon, 08 Feb 2021 16:53:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "82" + "x-envoy-upstream-service-time": "174" }, "ResponseBody": { "statistics": { @@ -111,6 +112,6 @@ "Variables": { "RandomSeed": "1097726284", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTestAsync.json index 773548872050..6c22bb6ba85b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchConvenienceWithStatisticsTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-a4426ea756ded144afa9f452da9b6af6-4ce2bb6fe14d314a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "8ceec0e33c8ae486f712d7bec0815450", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8eebe302-2ccd-4615-8f96-d9c678274bdd", + "apim-request-id": "4d3a27a4-e531-4fe1-a833-2c3d7acf3063", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:51 GMT", + "Date": "Mon, 08 Feb 2021 16:53:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "151" + "x-envoy-upstream-service-time": "113" }, "ResponseBody": { "statistics": { @@ -111,6 +112,6 @@ "Variables": { "RandomSeed": "822339012", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTest.json index dcc497b921f0..384d62642f76 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-e413c1d58b07514491865b97c4608b0e-95b3b2075fc50144-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "f53bbc38a2b6814e4c65b541758c5e0a", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb5414c3-9367-4319-9af9-5e54c297f590", + "apim-request-id": "28d7de98-c8b2-4b2b-902f-776ac0228a6c", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:50 GMT", + "Date": "Mon, 08 Feb 2021 16:53:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "116" + "x-envoy-upstream-service-time": "125" }, "ResponseBody": { "documents": [ @@ -97,6 +98,6 @@ "Variables": { "RandomSeed": "169579662", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTestAsync.json index efcb0aae0940..98c98de7bd5b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-91f082934f9b4c42b6dc0b0a2cae6bb4-f48a1d568b966244-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "79f5f1883ef14a0947e802df013a4e11", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33e83abd-0b92-4c21-bc97-11053bc09b02", + "apim-request-id": "95afef7e-07d3-4378-84b7-94ec5c62b86d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:51 GMT", + "Date": "Mon, 08 Feb 2021 16:53:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "101" }, "ResponseBody": { "documents": [ @@ -97,6 +98,6 @@ "Variables": { "RandomSeed": "1167133842", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTest.json index 813cf60a5c4c..39fe08812884 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "331", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1a98faab5b724c4b92d423d3d2edcdc8-bb6226618223ab45-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-87c0e738547e514298380241adf65c73-2cf1f806222f1e4b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e382b2e96bf3675f4d7d7960b8b32916", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0eda268b-b979-4b6c-88f5-44eabdef15c6", + "apim-request-id": "6b8b7e8e-5c44-42c1-beaf-20005d3d75e0", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:12 GMT", + "Date": "Mon, 08 Feb 2021 16:53:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "110" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "147" }, "ResponseBody": { "documents": [ @@ -121,6 +115,6 @@ "Variables": { "RandomSeed": "239145501", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTestAsync.json index 059c422cf4cb..ffef94c030af 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithErrorTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "331", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3780f2a3a978a5449c2254d2df9e3fb9-1da6eb34394b3d48-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-229795000b230149a6c4a981d4edc064-7f3c8321cfae8745-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "e218864f9605e01c86941869a0be6841", "x-ms-return-client-request-id": "true" }, @@ -40,14 +34,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22373390-bbf1-45f4-9d04-fe8cbc6cfe51", + "apim-request-id": "b181dcbf-7558-4a61-9e06-06b9c65c282e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Tue, 17 Nov 2020 20:18:15 GMT", + "Date": "Mon, 08 Feb 2021 16:53:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "102" }, "ResponseBody": { "documents": [ @@ -121,6 +115,6 @@ "Variables": { "RandomSeed": "1607409987", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTest.json index dcb32bd48f31..56da1b5e3b8d 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTest.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-98507d997633164baf302adbc835a0bb-e3652b0bace30942-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9d7c7445e676a32cbc4854ae746d53b1", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bda1010d-ec82-4604-8973-fccf374e1723", + "apim-request-id": "622c19b7-f100-403b-b578-ce1ec05f06ba", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:50 GMT", + "Date": "Mon, 08 Feb 2021 16:53:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "120" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": { "statistics": { @@ -111,6 +112,6 @@ "Variables": { "RandomSeed": "448790314", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTestAsync.json index 90b7a5b86dd4..c22a9b963147 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesBatchWithStatisticsTestAsync.json @@ -1,14 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=true\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json, text/json", "Content-Length": "293", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201229.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-06aead2c729bea4d96d3e1511b36e89b-024aee32d45be644-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6372c6fc37bbef8068bba6a5d3c4483a", "x-ms-return-client-request-id": "true" }, @@ -28,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "740ad3bd-5aa5-4392-a3a3-3bf10a9bc747", + "apim-request-id": "24acf575-0660-4bae-9782-96891797ceb9", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2", - "Date": "Wed, 30 Dec 2020 18:31:51 GMT", + "Date": "Mon, 08 Feb 2021 16:53:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "202" }, "ResponseBody": { "statistics": { @@ -111,6 +112,6 @@ "Variables": { "RandomSeed": "747198553", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://mariari-westus2-s.cognitiveservices.azure.com/" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTest.json index ce6b7917f468..3259e1c0ee85 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "152", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a9ddcbf2265b9c41ad83326752970feb-41e8f2a4f16c3d4a-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-fd37ccba90dc8a45a0ed9f389fe9da97-95e2c3a01101e84a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "40f3d388777c07f3a5efa0af174b7c81", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3899665-11e0-457f-9b75-a7c117e0efa4", + "apim-request-id": "57ce10f6-289f-45a6-9726-7c9625ead2e1", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:13 GMT", + "Date": "Mon, 08 Feb 2021 16:53:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "107" }, "ResponseBody": { "documents": [ @@ -71,6 +65,6 @@ "Variables": { "RandomSeed": "1989383672", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTestAsync.json index 32256cca8a18..e12a84fab7be 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "152", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e77fbb29478be64db2dd6fe4bb91724b-52d680a0170a824e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-c682d66f22fc594e868f6d609962623a-77c2aee97ba2f744-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "b40e3ff9f3697ab649fbbfa57575c10c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63fded0d-9da0-4d5f-bd37-92da35693bed", + "apim-request-id": "deecccd3-5441-4e7f-873e-e3ccc60537f8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:16 GMT", + "Date": "Mon, 08 Feb 2021 16:53:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "documents": [ @@ -71,6 +65,6 @@ "Variables": { "RandomSeed": "1876268396", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTest.json index 1ca209d4f582..d2fe6c58fedd 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTest.json @@ -1,14 +1,21 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", "Content-Length": "152", "Content-Type": "application/json", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-9a9dde9a9a337b40944fcaff46e859ce-a3bf4520e6b94640-00", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "34c6876220aa828d41c5fe049b0af49d", "x-ms-return-client-request-id": "true" }, @@ -23,14 +30,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d0eec86-2c14-4bc4-9b73-0dc2d4f56374", + "apim-request-id": "ab22b566-6f18-4fbf-bd5e-eb299f414fa2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Wed, 02 Dec 2020 22:53:26 GMT", + "Date": "Mon, 08 Feb 2021 19:53:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "1383" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "175" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTestAsync.json index fd8c76dd158c..efce8ca51cbf 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithAADTestAsync.json @@ -1,14 +1,21 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": [ + "application/json", + "text/json" + ], "Authorization": "Sanitized", "Content-Length": "152", "Content-Type": "application/json", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201202.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-ed576600dd6a454cb4022c4187082bfd-e3f3e2caa7e7294a-00", + "User-Agent": [ + "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1", + "(.NET Core 4.6.29518.01; Microsoft Windows 10.0.19042 )" + ], "x-ms-client-request-id": "ffe6a60e824fecc8dbd8fa9097290d8d", "x-ms-return-client-request-id": "true" }, @@ -23,14 +30,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a91c2dca-1432-4317-bf2b-879cdeefcfca", + "apim-request-id": "5ab03caf-e110-4c8f-a47b-039f881cb8ef", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Wed, 02 Dec 2020 22:53:27 GMT", + "Date": "Mon, 08 Feb 2021 19:53:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "110" + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "101" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTest.json index a97a6d9d5078..871fdf62e929 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "107", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-08b2118b6834894493d12bb226fd4bc8-31756b8f3f6b0849-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-245c6988ea1dfe4085352265d39c729f-eca55d511858bb4a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5757e3544f245670b8a4c82d4b10bc4c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccc56ba1-7812-4f29-9d72-ace4748a09ad", + "apim-request-id": "002f1f6b-e501-4c51-b596-f3816a3589f3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:13 GMT", + "Date": "Mon, 08 Feb 2021 16:53:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "75" }, "ResponseBody": { "documents": [ @@ -64,6 +58,6 @@ "Variables": { "RandomSeed": "114454170", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTestAsync.json index 148404a1c23e..36c40a71236e 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithDomainTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "107", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7ac1a5b3f9202a46ab44e42e53d4a017-8a10edf563690f43-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bdb6ab7e40f3384fb616979e86e14769-d45e2347b7bc9e48-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "4a37fade57ea6b5a5ff8ab22891b6b20", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee16a6c8-e922-41dc-bea3-f07e212f6ec8", + "apim-request-id": "3f982cc1-e173-49ef-bb92-5624fa87243b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:16 GMT", + "Date": "Mon, 08 Feb 2021 16:53:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "79" }, "ResponseBody": { "documents": [ @@ -64,6 +58,6 @@ "Variables": { "RandomSeed": "820241717", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTest.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTest.json index a43cf87ecda3..9e8380ad586b 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTest.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTest.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "152", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a840478f7c487648aaac60e5d502315e-8f69c552d3b5044f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-1b71a02299633e488cb2bfe071ce8951-8a71ffb9abb80742-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2a5fd4f3bf3db4629b14e3f9050dd01c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24c7e633-6a66-44a5-8a3e-7e614c295d86", + "apim-request-id": "339078b4-ce6b-4ad7-ab6c-2abc1f10c524", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:13 GMT", + "Date": "Mon, 08 Feb 2021 16:53:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "95" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "113" }, "ResponseBody": { "documents": [ @@ -71,6 +65,6 @@ "Variables": { "RandomSeed": "2103634278", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTestAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTestAsync.json index 17d9a6553288..54c9f8aa5634 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTestAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/RecognizePiiEntitiesTests/RecognizePiiEntitiesWithLanguageTestAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=PHI\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/pii?showStats=false\u0026domain=phi\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "152", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8af46e1f6943334ab37123c9d649bd0b-3e0cbec93f6ef84f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-2a7fe5b6dfe26a47b7baed6bead640fe-5d91743658e90141-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210208.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "df1d0a85dc552d663ac944ac69a80a0d", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0da31fde-4019-410c-8801-7238a1a2d50c", + "apim-request-id": "7bf58d78-5eec-4878-b7ee-a8fe1a39f5f3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:16 GMT", + "Date": "Mon, 08 Feb 2021 16:53:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "documents": [ @@ -71,6 +65,6 @@ "Variables": { "RandomSeed": "1408135123", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategories.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategories.json index f5b2153829d9..f0632d6ab2ea 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategories.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategories.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-02-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-02-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-18f37c8e8f21bc48a92c04f065139f13-73a6878163b60c49-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-2b0cb2eb574cf341b025b9ac091d9e37-d1c11d0b992a014a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "2bbb7414e3ce80e03f8df0adf3eb7d0c", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8a31ac8-f81b-4448-9567-3327680c002e", + "apim-request-id": "f8e120a0-97ee-4a61-9094-17ffe1a76d59", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:16 GMT", + "Date": "Fri, 05 Feb 2021 23:45:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "documents": [ @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "1654409937", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategoriesAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategoriesAsync.json index cf0dc9dfb394..4f50ccbdeddb 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategoriesAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/EntitiesCategoriesAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-02-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?model-version=2020-02-01\u0026showStats=false\u0026stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-864566d172f5134698eddb091f95900f-06b6ab6377586540-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-656b0a204a174c4484c76528374c8f46-ad2f9d6254f41a41-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "6470d4cf3910c27ceead9bc2cf6c8aa0", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5500f14-9048-4f39-86fb-1ef9d146e542", + "apim-request-id": "f3523c6e-041e-4d60-9ad4-6735b91c2ae3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:18 GMT", + "Date": "Fri, 05 Feb 2021 23:45:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "documents": [ @@ -78,6 +72,6 @@ "Variables": { "RandomSeed": "62086103", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKey.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKey.json index 9bc234860e76..82f347731899 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKey.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKey.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1e20dcaadd8cc2419ee8a2da5e7b0dc1-4faf24aa2795ab46-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-3c5e98c4e72cab4cb0a2bacd97982aac-3842e58120845547-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "31841aab9edddcddb56c91e8fafcead5", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbb4231a-dbdd-4fc2-9514-62c1072e54f0", + "apim-request-id": "35fa1e3b-6026-4ecf-8cdd-3ec202945790", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:16 GMT", + "Date": "Fri, 05 Feb 2021 23:45:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { @@ -52,25 +46,19 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-07222d23267ea442be0cde8b123aa2db-ae3ffcf22c73c446-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-bef3e5bd9f0ece40a79e32347e73c589-ef73f0f45e95f94b-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "13daa31269993bffe7f19e3dc94f204e", "x-ms-return-client-request-id": "true" }, @@ -86,26 +74,20 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Tue, 17 Nov 2020 20:18:17 GMT" + "Date": "Fri, 05 Feb 2021 23:45:22 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-05666440ed4c35468fe28a8bb37b5a8c-cacdb284b4bfa64d-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-d4f41a99e2e17c4088883d68ee00ec43-e73902bfd5271b4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "d85ee288a420af625bce0d2748754fc8", "x-ms-return-client-request-id": "true" }, @@ -120,14 +102,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "089c0886-8e62-4a22-b3ee-b95da8ffb83e", + "apim-request-id": "85aff428-ff53-4326-a0bf-6f1158053ff4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:17 GMT", + "Date": "Fri, 05 Feb 2021 23:45:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "726" }, "ResponseBody": { "documents": [ @@ -142,13 +124,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1557994243", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKeyAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKeyAsync.json index 0168bbf1c619..bde2c7dc57e1 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKeyAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/RotateApiKeyAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-df03d5f61a97034ebd3fd563292c641d-d4692dbf74e49a48-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-f07f376f29c28643bde758e95ab9cdb1-adaf446823aa094f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "fb9f47ae04f9d825012386a2a51b9727", "x-ms-return-client-request-id": "true" }, @@ -30,13 +24,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6781fe6a-c47d-4776-ae0f-d39cfeac7572", + "apim-request-id": "7b067f89-6eaa-4ac1-a6fd-6466fb9bd42b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:18 GMT", + "Date": "Fri, 05 Feb 2021 23:45:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", + "x-content-type-options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { @@ -52,25 +46,19 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1073a6bb82f3da4ca443e77a9ae9393b-3a0ba16c46eecb4e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a12b2617a69dce46981971e68ed46f4f-d8e30b096b438a44-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "5aa0f7e4723c7c582e8ca602e03d8c8c", "x-ms-return-client-request-id": "true" }, @@ -86,26 +74,20 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Tue, 17 Nov 2020 20:18:18 GMT" + "Date": "Fri, 05 Feb 2021 23:45:25 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" }, { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/languages", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "96", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-614e1babddc2af4ab7121b0cb2911189-c56b73d32c009e4f-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-a8fe20a35221354c9912c68f3b6dee0c-b07bad2305f41d4a-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "1a26406b44799ec461ce0951aebc7b46", "x-ms-return-client-request-id": "true" }, @@ -120,14 +102,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "25cb8060-e293-4034-b979-2fd9a371c8b8", + "apim-request-id": "27c7aae9-a001-436e-afc4-af0ea16b37b9", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:18 GMT", + "Date": "Fri, 05 Feb 2021 23:45:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "documents": [ @@ -142,13 +124,13 @@ } ], "errors": [], - "modelVersion": "2020-09-01" + "modelVersion": "2021-01-05" } } ], "Variables": { "RandomSeed": "1997725308", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFC.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFC.json index 301382ff48d0..d157d83cc4a0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFC.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFC.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3e833805eb824b4382a904deebf2c58b-6863849aaeff3146-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-788b258855018e439700b24ab6f6bfc0-f094eca2693f2446-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "af25edec94c2cbbfd63455e84047f9b5", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "980afa44-9461-4b65-ab4a-60f1beea4189", + "apim-request-id": "4ad86902-d770-47a1-94bb-f9ac7e199ad8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:17 GMT", + "Date": "Fri, 05 Feb 2021 23:45:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Person", "offset": 3, "length": 10, - "confidenceScore": 0.76 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "514682034", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFCAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFCAsync.json index 04e6687e9f98..558a81d4f678 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFCAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextInKoreanNFCAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "76", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2f9a417fd8fd994bbaf7c96ea40dc28d-e0bf082e9cbacc45-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-5850b801c1069e4a9c6f578f07a6a79b-bc2a698e8b79d141-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "66b8ef6aed4353af1a0a6380bef4513f", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75c0c58e-7a12-4826-9b94-bbc944f1f50f", + "apim-request-id": "d7539014-f091-4dcd-b5bf-46d9dd4ee3b3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:18 GMT", + "Date": "Fri, 05 Feb 2021 23:45:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Person", "offset": 3, "length": 10, - "confidenceScore": 0.76 + "confidenceScore": 0.99 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1998010767", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFC.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFC.json index 3bcca7b783c1..59cb5f552ea4 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFC.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFC.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "70", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c4d61d77a21e5c458e4e624248599241-0a790cbb6026494e-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-90be067a57f4fd47acea1f0c511d9770-fc6988adb604e740-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "9c096f0bd3a36f626316eda5be1e28c8", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc424bf9-7ece-40e7-8306-24bc9e620d2a", + "apim-request-id": "e3a3ab33-741b-4024-bcc8-4311a86f6a5d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:17 GMT", + "Date": "Fri, 05 Feb 2021 23:45:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Organization", "offset": 4, "length": 9, - "confidenceScore": 0.64 + "confidenceScore": 0.82 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "665053590", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFCAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFCAsync.json index f998d7d4894f..8c1cb84d41cf 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFCAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithDiacriticsNFCAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "70", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-96ad432b46ce154aaa6047c7f415b13d-dac8df92bf30ad47-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-3e8ae55080bb5346ae102bcc38d497b9-78ecbbd93fd1074f-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a71f02631f3c7a05f4cb179d2fb85aac", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d262bfdf-5707-4ef3-9d08-e253cf248030", + "apim-request-id": "b21ffda3-6ed8-44e5-b0a8-a065d75cf185", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:19 GMT", + "Date": "Fri, 05 Feb 2021 23:45:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Organization", "offset": 4, "length": 9, - "confidenceScore": 0.64 + "confidenceScore": 0.82 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1077947182", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmoji.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmoji.json index 33ee89cf732b..dc8c8de506a9 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmoji.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmoji.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2774f553ab98a54bbfd65f68edda6f52-e5eb3696348c2544-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-cbed3f44026f2544943c36f533947903-bf0758163ce74c4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a12918df519b0dc53f87435017a62e99", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "173cef3d-d768-4b58-b3cb-25a09acfe76e", + "apim-request-id": "3c648cc2-58e7-407f-ac3f-eb73322b5c60", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:17 GMT", + "Date": "Fri, 05 Feb 2021 23:45:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Organization", "offset": 3, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1277894095", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmojiAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmojiAsync.json index 2d1fe302fe08..2cdb575b2cfd 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmojiAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithEmojiAsync.json @@ -1,21 +1,15 @@ { "Entries": [ { - "RequestUri": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", + "RequestUri": "https://ta-s-westeurope.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/recognition/general?stringIndexType=Utf16CodeUnit", "RequestMethod": "POST", "RequestHeaders": { - "Accept": [ - "application/json", - "text/json" - ], + "Accept": "application/json, text/json", "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7cb0652a3c322d43a950bd4735e47a7c-b6ee94ff2c367b44-00", - "User-Agent": [ - "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20201116.1", - "(.NET Core 4.6.29321.03; Microsoft Windows 10.0.19042 )" - ], + "traceparent": "00-97602af50d67d64795cd435b19337c55-558f266e2d4cc048-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "05b9b9c88ccd2f82a72e96b9014b88fb", "x-ms-return-client-request-id": "true" }, @@ -30,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d742703f-24f6-4f1e-a924-d1faf0ffb0a1", + "apim-request-id": "31c5bac0-9c2b-4916-af25-51e2513f0225", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Tue, 17 Nov 2020 20:18:19 GMT", + "Date": "Fri, 05 Feb 2021 23:45:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-content-type-options": "nosniff", + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "documents": [ @@ -49,20 +43,20 @@ "category": "Organization", "offset": 3, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], "Variables": { "RandomSeed": "1551033461", "TEXT_ANALYTICS_API_KEY": "Sanitized", - "TEXT_ANALYTICS_ENDPOINT": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "TEXT_ANALYTICS_ENDPOINT": "https://ta-s-westeurope.cognitiveservices.azure.com" } } \ No newline at end of file diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexType.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexType.json index 9e0d6f1b11b7..a404793dffce 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexType.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexType.json @@ -8,7 +8,8 @@ "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-35d9b694920b8b4aa0ba367a2c988e98-dcec8c29d7cba148-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "3ce532848ef1593a724b88483868b7d0", "x-ms-return-client-request-id": "true" }, @@ -23,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8f761ab-e711-4718-9fd9-2b3eaf9a5a68", + "apim-request-id": "dc4acd79-990e-4fa9-ae10-dabe6cb456b7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Fri, 15 Jan 2021 21:08:55 GMT", + "Date": "Fri, 05 Feb 2021 23:45:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "documents": [ @@ -42,14 +43,14 @@ "category": "Organization", "offset": 2, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } }, { @@ -60,7 +61,8 @@ "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-cef1643c5d1dd64d8e3a12b2779c90bf-398ee3c10fd4b446-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "a760d50dc9425760caa02206e91df856", "x-ms-return-client-request-id": "true" }, @@ -75,14 +77,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9695a1ec-c4d8-4fee-b1b7-696ca56d5af6", + "apim-request-id": "0afba6a0-58bc-498a-8467-48802e9c3565", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Fri, 15 Jan 2021 21:08:56 GMT", + "Date": "Fri, 05 Feb 2021 23:45:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ @@ -94,14 +96,14 @@ "category": "Organization", "offset": 3, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexTypeAsync.json b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexTypeAsync.json index a073440c3857..153bc4d1966f 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexTypeAsync.json +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/SessionRecords/TextAnalyticsClientLiveTests/TextWithStringIndexTypeAsync.json @@ -8,7 +8,8 @@ "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-8dded30a72d6cf419a4dc30382111a7d-5fb808d72c6b2f4d-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "075a8f19b5e3b4a52035f275295bd0f0", "x-ms-return-client-request-id": "true" }, @@ -23,14 +24,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebafcd7a-b076-4751-8408-0a0e63da7696", + "apim-request-id": "faadf05f-d917-44af-a339-8a23044e33be", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Fri, 15 Jan 2021 21:08:56 GMT", + "Date": "Fri, 05 Feb 2021 23:45:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "documents": [ @@ -42,14 +43,14 @@ "category": "Organization", "offset": 2, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } }, { @@ -60,7 +61,8 @@ "Content-Length": "87", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210115.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", + "traceparent": "00-b8396cd2858eb54aba7d8e1dde193abe-aa1d17f2a5865a49-00", + "User-Agent": "azsdk-net-AI.TextAnalytics/5.1.0-alpha.20210205.1 (.NET Framework 4.8.4250.0; Microsoft Windows 10.0.19042 )", "x-ms-client-request-id": "7994e45afc1d302fc026b4788b38eca8", "x-ms-return-client-request-id": "true" }, @@ -75,14 +77,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51908cdb-ca6f-4d11-ac5f-fc1c051da180", + "apim-request-id": "cb3800d4-6b7e-49a7-a274-9afca7ce2d95", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "Date": "Fri, 15 Jan 2021 21:08:57 GMT", + "Date": "Fri, 05 Feb 2021 23:45:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "documents": [ @@ -94,14 +96,14 @@ "category": "Organization", "offset": 3, "length": 9, - "confidenceScore": 0.48 + "confidenceScore": 0.95 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ], diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperation.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperation.cs index eca325c0f90c..859353df2596 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperation.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperation.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; +using System.Linq; using System.Threading.Tasks; using Azure.AI.TextAnalytics.Tests; using Azure.Core.TestFramework; @@ -14,7 +15,7 @@ namespace Azure.AI.TextAnalytics.Samples public partial class TextAnalyticsSamples: SamplesBase { [Test] - public async Task AnalyzeOperation() + public void AnalyzeOperation() { string endpoint = TestEnvironment.Endpoint; string apiKey = TestEnvironment.ApiKey; @@ -39,25 +40,36 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = client.StartAnalyzeOperationBatch(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = client.StartAnalyzeBatchActions(batchDocuments, batchActions); - await operation.WaitForCompletionAsync(); + TimeSpan pollingInterval = new TimeSpan(1000); - foreach (AnalyzeOperationResult documentsInPage in operation.GetValues()) + while (true) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + operation.UpdateStatus(); + if (operation.HasCompleted) + { + break; + } + + Task.Delay(pollingInterval); + } + + foreach (AnalyzeBatchActionsResult documentsInPage in operation.GetValues()) + { + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync.cs index 2a3ea35ff4d6..b583324f7e88 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync.cs @@ -41,25 +41,25 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); await operation.WaitForCompletionAsync(); - await foreach (AnalyzeOperationResult documentsInPage in operation.Value) + await foreach (AnalyzeBatchActionsResult documentsInPage in operation.Value) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_AutomaticPolling.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_AutomaticPolling.cs index 5955159da54d..78c102814d85 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_AutomaticPolling.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_AutomaticPolling.cs @@ -41,27 +41,27 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); TimeSpan pollingInterval = new TimeSpan(1000); await operation.WaitForCompletionAsync(pollingInterval); - await foreach (AnalyzeOperationResult documentsInPage in operation.Value) + await foreach (AnalyzeBatchActionsResult documentsInPage in operation.Value) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_ManualPolling.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_ManualPolling.cs index f29267e95a53..910222a141c0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_ManualPolling.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationAsync_ManualPolling.cs @@ -5,7 +5,6 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Azure.AI.TextAnalytics.Models; using Azure.AI.TextAnalytics.Tests; using Azure.Core.TestFramework; using NUnit.Framework; @@ -41,21 +40,21 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai } }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = client.StartAnalyzeBatchActions(batchDocuments, batchActions); TimeSpan pollingInterval = new TimeSpan(1000); while (true) { - await operation.UpdateStatusAsync(); + operation.UpdateStatus(); if (operation.HasCompleted) { break; @@ -64,13 +63,13 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai await Task.Delay(pollingInterval); } - await foreach (AnalyzeOperationResult documentsInPage in operation.Value) + await foreach (AnalyzeBatchActionsResult documentsInPage in operation.Value) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenience.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenience.cs index cf6231d6935d..cf09b40adaf5 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenience.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenience.cs @@ -35,25 +35,25 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai var batchDocuments = new List { document }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = client.StartAnalyzeOperationBatch(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = client.StartAnalyzeBatchActions(batchDocuments, batchActions); await operation.WaitForCompletionAsync(); - foreach (AnalyzeOperationResult documentsInPage in operation.GetValues()) + foreach (AnalyzeBatchActionsResult documentsInPage in operation.GetValues()) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities"); diff --git a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenienceAsync.cs b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenienceAsync.cs index c7854b9822f5..e2cc98e737f0 100644 --- a/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenienceAsync.cs +++ b/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_AnalyzeOperationBatchConvenienceAsync.cs @@ -35,25 +35,25 @@ call 312-555-0176 or send email to order@contososteakhouse.com! The only complai var batchDocuments = new List { document }; - AnalyzeOperationOptions operationOptions = new AnalyzeOperationOptions() + TextAnalyticsActions batchActions = new TextAnalyticsActions() { - KeyPhrasesTaskParameters = new KeyPhrasesTaskParameters(), - EntitiesTaskParameters = new EntitiesTaskParameters(), - PiiTaskParameters = new PiiTaskParameters(), + ExtractKeyPhrasesOptions = new List() { new ExtractKeyPhrasesOptions() }, + RecognizeEntitiesOptions = new List() { new RecognizeEntitiesOptions() }, + RecognizePiiEntitiesOptions = new List() { new RecognizePiiEntitiesOptions() }, DisplayName = "AnalyzeOperationSample" }; - AnalyzeOperation operation = await client.StartAnalyzeOperationBatchAsync(batchDocuments, operationOptions); + AnalyzeBatchActionsOperation operation = await client.StartAnalyzeBatchActionsAsync(batchDocuments, batchActions); await operation.WaitForCompletionAsync(); - await foreach (AnalyzeOperationResult documentsInPage in operation.Value) + await foreach (AnalyzeBatchActionsResult documentsInPage in operation.Value) { - RecognizeEntitiesResultCollection entitiesResult = documentsInPage.Tasks.EntityRecognitionTasks[0].Results; + RecognizeEntitiesResultCollection entitiesResult = documentsInPage.RecognizeEntitiesActionsResults.FirstOrDefault().Result; - ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.Tasks.KeyPhraseExtractionTasks[0].Results; + ExtractKeyPhrasesResultCollection keyPhrasesResult = documentsInPage.ExtractKeyPhrasesActionsResults.FirstOrDefault().Result; - RecognizePiiEntitiesResultCollection piiResult = documentsInPage.Tasks.EntityRecognitionPiiTasks[0].Results; + RecognizePiiEntitiesResultCollection piiResult = documentsInPage.RecognizePiiEntitiesActionsResults.FirstOrDefault().Result; Console.WriteLine("Recognized Entities");